> ## Documentation Index
> Fetch the complete documentation index at: https://support.locker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Development

> Guide to running tests for the Locker Secrets Java SDK

## Development

### Running tests

Requirements: Java >= 18

To run all tests:

```bash theme={null}
mvn test # Runs unit tests
```

Run all tests in a single file:

```bash theme={null}
mvn -Dtest=locker.model.SecretTest test
```
