Android/Unit Test: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 5: Line 5:
* one of parameters with resource
* one of parameters with resource
* method in a member object
* method in a member object
* mock method return null and cause NPE
* generate another resource by given resource

Revision as of 10:24, 21 August 2018

Hard to test

  • private and protected method
  • void method
  • change state asynchronizedly
  • one of parameters with resource
  • method in a member object
  • generate another resource by given resource