| DateUtils |
|
| EnvironmentVariableHelper |
A utility that can temporarily forcibly set environment variables and then allows resetting them to the original values.
|
| FileUtils |
|
| InputStreamUtils |
|
| LogCaptor.DefaultLogCaptor |
|
| LogCaptor.LogCaptorTestBase |
|
| Memory |
Used to retrieve information about the JVM memory.
|
| RandomInputStream |
Test utility InputStream implementation that generates random ASCII data when
read, up to the size specified when constructed.
|
| RandomTempFile |
Extension of File that creates a temporary file with a specified name in
Java's temporary directory, as declared in the JRE's system properties.
|
| SdkAsserts |
|
| SdkVersionUtils |
|
| UnorderedCollectionComparator |
This class includes some utility methods for comparing two unordered
collections.
|
| UnreliableRandomInputStream |
Subclass of RandomInputStream that, in addition to spitting out a set length
of random characters, throws an IOException.
|
| Waiter<T> |
This retries a particular function multiple times until it returns an expected result (or fails with an exception).
|