Android/Unit Test: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
(Created page with "= Hard to test = * private method * method return void * parameter has big resource")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Hard to test =
= Hard to test =
* private method
* Hard to access
* method return void
* Hard to get result
* parameter has big resource
* Hard to mock input object

Latest revision as of 10:53, 21 August 2018

Hard to test

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