Android/Unit Test: Difference between revisions
< Android
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 = | ||
* | * Hard to access | ||
* | * Hard to get result | ||
* | * 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