Testing¶
Getting started¶
Launch the whole tests suite with ./gradlew clean check.
Unit and integration testing¶
Launch the unit and integration tests with ./gradlew test.
Acceptance testing¶
Launch the acceptance tests with ./gradlew acceptanceTest.
Contract testing¶
Launch the contract tests with ./gradlew contractTest.
Architecture testing¶
Launch the architecture tests with ./gradlew archTest.