Skip to content

unit tests

php-coder edited this page Sep 21, 2014 · 4 revisions

How to run unit tests (Java)

How to run

mvn test

Where to find tests' results

Tests' results will be printed on console.

Where to find tests' code

Tests are written on Groovy, uses Spock Framework and located under src/test/groovy directory.

Links

Clone this wiki locally