180 likes | 457 Views
2. JUnit. JUnit is a framework for writing unit testsA unit test is a test of a single classA test case is a single test of a single methodA test suite is a collection of test casesUnit testing is particularly important when software requirements change frequentlyCode often has to be refactored
E N D