Previous: Testing the
STK |
Up: Testing the STK |
Next: Unit Tests with
Maven |
This STK uses JUnit for its test suite. Maven has an integrated test suite plugin called Surefire, which has JUnit support. Unless disabled on the command line, any call to mvn install will automatically run all available tests
Previous: Testing the
STK |
Up: Testing the STK |
Next: Unit Tests with
Maven |