> ## 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

> Hướng dẫn chạy tests cho Locker Secrets Java SDK

## Development

### Chạy tests

Yêu cầu: Java ≥ 18

Để chạy tất cả các bài kiểm tra:

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

Chạy tất cả các bài kiểm tra trong một tệp duy nhất:

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