Define your exercises for your students to train and learn test-driven development. This trainer forces the students through the typical phases in TDD, i.e. Write failing test --> Pass the test --> Refactor --> Write failing test --> ...
- Type 'gradle distZip' to build the distribution
- Type 'gradle run' to run the application directly
You can specify your own katalog by calling the binary with this command:
DOJO_OPTS="-Ddojo.katalog.location=path/to/katalog_dir" ./bin/dojo
Or call the jar via:
java -Ddojo.katalog.location=path/to/katalog_dir -jar dojo.jar
This tool is based on a students' project by Marcel Käufler, Antonia Pütz, Benedikt Schmeitz, Luisa Schuhmacher & Simon Weber