xhsyy / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
1 stars 0 forks source link

Refactor a class to make it unit tests friendly #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Take a unit test unfriendly class, pull out some of the code into other 
methods / classes, and then add unit tests. Use this code review to teach 
other developers how unit testing can be used in Android classes.

Original issue reported on code.google.com by ksjohnson3 on 9 Jun 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Resetting to "accepted" in case someone else wants to do this.  If you're still
interested in working on it, please reclaim it.

Original comment by case.and...@gmail.com on 27 May 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Thanks for the help, as a result, several classes have examples of test cases 
now.  Developers can look to those at this point.  Thanks!

Original comment by case.and...@gmail.com on 3 Jul 2010 at 5:38