Android/Unit Test: Difference between revisions
< Android
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 | * mock method return null and cause NPE | ||
Revision as of 09:26, 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 and cause NPE