Skip to main content

Development

Running tests

Requirements: Java >= 18 To run all tests:
mvn test # Runs unit tests
Run all tests in a single file:
mvn -Dtest=locker.model.SecretTest test