Class | Description |
---|---|
AuditLogger |
Logger for tracking potentially destructive actions, intended for usage in a shared Docker environment where
traceability is needed.
|
Base58 |
Utility class for creation of random strings of 58 easy-to-distinguish characters.
|
CommandLine |
Process execution utility methods.
|
ComparableVersion | |
DockerImageName | |
DockerLoggerFactory | |
DockerMachineClient |
Created by rnorth on 27/10/2015.
|
DockerStatus |
Utility functions for dealing with docker status based on the information available to us, and trying to be
defensive.
|
LazyFuture<T> |
Future implementation with lazy result evaluation in the same Thread as caller.
|
LogUtils |
Provides utility methods for logging.
|
MountableFile |
An abstraction over files and classpath resources aimed at encapsulating all the complexity of generating
a path that the Docker daemon is about to create a volume mount for.
|
PathUtils |
Filesystem operation utility methods.
|
ResourceReaper |
Component that responsible for container removal and automatic cleanup of dead containers at JVM shutdown.
|
TestcontainersConfiguration |
Provides a mechanism for fetching configuration/defaults from the classpath.
|
TestEnvironment |
Provides utility methods for determining facts about the test environment.
|
Copyright © 2017. All rights reserved.