Java Unit testing with JUnit: PDF-Manual, Plus working Java code
Java Unit testing with JUnit: PDF-Manual, Plus working Java code
Regular price
£10.00 GBP
Regular price
Sale price
£10.00 GBP
Unit price
/
per
Java JUnit
Download the how-to PDF manual, plus working Java code in .java files, zipped.
Java JUnit helps programmers to test their units, essential for all programmers.
Including:
- INSTALLING JUNIT. 4
- The test-driven development process. 5
- Create a test and a test runner. 6
- Code that you want to test. 6
- Create a test. 6
- Create Test Runner Class. 6
- Classes that we will use. 7
- Assert class ( org.junit.Assert ). 7
- Annotations: 8
- Testing for specific exceptions. 9
- Testing for timeout: 10
- Using parameters to test different scenarios:: 11
- Method library class with methods to be tested: 11
- Test Class using parameters. 12
- Testing with a suite of test classes. 13
- Setup the Suite. 13
- Run the suite. 13