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

Latest commit

 

History

History
7 lines (4 loc) · 250 Bytes

DEVELOPMENT.md

File metadata and controls

7 lines (4 loc) · 250 Bytes

Development

Testing

The project has special integration tests, which can be recognized by the tag IntegrationTest. These connect against a live node. To execute these tests the profile allTests must be active.

mvn clean test -PallTests