The TDD training application is based on the Weinberg-Myers triangle program example.
The following application must be install for running the TDD Training application
Before starting the application or running the test the following command must be run
mvn clean install
The application can be run with the following command
sh startJettyDebug.sh
The test that are already in the application available can be run with the following command
mvn verify -Pintegration
This will run thucydides junit and thucydides jbehave tests. A Thucydides report can be generated with the following command.
mvn thucydides:aggregate
The report will be available in the target/site/thucydides
directory.