Open mdfeist opened 12 years ago
I still need people to start righting test. JUnit test are a huge part of the grade. https://eclass.srv.ualberta.ca/mod/resource/view.php?id=326268
Test Cases:
• Test exist and run • Clearly comprehensive.
Added some testing on the Release Schedule, check it out.
I need those JUnit test done ASAP.
Create JUnit test's http://mobile.tutsplus.com/tutorials/android/android-sdk-junit-testing/
Test Cases: Provide JUnit test cases for your model classes and public methods. The interface to your model should be complete (and documented, above); however, the implementation need not be complete. Applying test-driven development, the test suite should test the entire interface of the model (not only the working part). Some tests will obviously fail because of incomplete functionality, and that is fine. Deliver the test code to your source repository. If you have test data files, also include those.