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")
 
Line 1: Line 1:
= Hard to test =
= Hard to test =
* private method
* private method
* method return void
* void method
* parameter has big resource
* parameter has big resource

Revision as of 08:46, 21 August 2018

Hard to test

  • private method
  • void method
  • parameter has big resource