| Class | Description |
|---|---|
| ArgumentValidation |
Utility for validation of arguments
|
| DateUtil |
Date and Time utilities
|
| EnvVariables |
wrapper for System.getenv, so that we can mock it easily in classes where we use it
|
| MultiMap<K,V> |
Basic multi-map that contains multiple values per key
|
| Annotation Type | Description |
|---|---|
| ExposedForTesting |
Informs that the method or field is exposed for testing.
|