| Interface | Description |
|---|---|
| LogCaptor |
A test utility that allows inspection of log statements
during testing.
|
| UnorderedCollectionComparator.CrossTypeComparator<A,B> |
A simple interface that attempts to compare objects of two different types
|
| Class | Description |
|---|---|
| DateUtils | |
| EnvironmentVariableHelper |
A utility that can temporarily forcibly set environment variables and
then allows resetting them to the original values.
|
| 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 | |
| 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).
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.