Skip to content

unit tests

Slava Semushin edited this page Jun 30, 2019 · 4 revisions

How to run unit tests (Java)

How to run

./mvnw test

Where to find tests' results

Tests' results will be printed on console.

Where to find tests' code

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

Links