![]() |
Grand Rapids Java Users Group |
![]() |
Testing who has time?
Tests as documentation – tests are better than JavaDoc (sorry Matt) beacause they show what code does.
Q: What is Junit?- A: Junit is a testing framework which provides for automating unit tests.
Q: What are unit tests? A: Unit tests are tests that test a unit which in Java is a class.
Were to get Junit (and other Xunit testing frameworks) – www.junit.org
Links