Archive for the ‘JUnit’ Category

Mobile Unit Testing

Tuesday, July 1st, 2008 92 views

Wikipedia tells us that “unit testing is a test (often automated) that validates that individual units of source code are working properly. A unit is the smallest testable part of an application.” What this means is that every time you change something in you code, or do something ...