Android/Unit Test: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 2: Line 2:
* private method
* private method
* void method
* void method
* parameter has big resource
* change state asynchronizedly
* one of parameters with resource

Revision as of 08:51, 21 August 2018

Hard to test

  • private method
  • void method
  • change state asynchronizedly
  • one of parameters with resource