Results
No results found.
Requirements:
To run the tests
mvn test # Runs unit tests
You can run particular tests by passing --tests Class#method
. Make sure you
use the fully qualified class name. For example:
mvn -Dtest=locker.model.SecretTest test