Android/Unit Test: Difference between revisions
< Android
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
= Hard to test = | = Hard to test = | ||
* private method | * private and protected method | ||
* void method | * void method | ||
* change state asynchronizedly | * change state asynchronizedly | ||
* one of parameters with resource | * one of parameters with resource | ||
* method in a member object | * method in a member object | ||
Revision as of 09:01, 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