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

Revision as of 09:25, 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
  • mock method return null