Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

codecentric/TDDTrainingApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TDD Training application

The TDD training application is based on the Weinberg-Myers triangle program example.

Required

The following application must be install for running the TDD Training application

First run

Before starting the application or running the test the following command must be run

mvn clean install

Running the application

The application can be run with the following command

sh startJettyDebug.sh

Running tests

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.

About

Training application for our TDD course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published