Android/Unit Test: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
 
Line 1: Line 1:
= Hard to test =
= Hard to test =
* private and protected method
* Hard to access
* void method
* Hard to get result
* change state asynchronizedly
* Hard to mock input object
* one of parameters with resource
* method in a member object
* generate another resource by given resource

Latest revision as of 10:53, 21 August 2018

Hard to test

  • Hard to access
  • Hard to get result
  • Hard to mock input object