Uses of Interface
de.gebit.integrity.runner.time.TestTimeAdapter
-
Packages that use TestTimeAdapter Package Description de.gebit.integrity.runner de.gebit.integrity.runner.forking de.gebit.integrity.runner.time -
-
Uses of TestTimeAdapter in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner declared as TestTimeAdapter Modifier and Type Field Description protected TestTimeAdapterDefaultTestRunner. testTimeAdapterThe test time adapter.Methods in de.gebit.integrity.runner that return types with arguments of type TestTimeAdapter Modifier and Type Method Description Class<? extends TestTimeAdapter>IntegrityRunnerModule. bindTestTimeAdapter()Binds theTestTimeAdapter. -
Uses of TestTimeAdapter in de.gebit.integrity.runner.forking
Fields in de.gebit.integrity.runner.forking declared as TestTimeAdapter Modifier and Type Field Description protected TestTimeAdapterFork. testTimeAdapterThe test time adapter. -
Uses of TestTimeAdapter in de.gebit.integrity.runner.time
Classes in de.gebit.integrity.runner.time that implement TestTimeAdapter Modifier and Type Class Description classSimpleTestTimeAdapterA simple default implementation of aTestTimeAdapter, which just tries to instantiate the "real" adapter implemented by the system-under-test by resolving the class name of a system property.classTimeAndDateSingletonThis singleton is designed to make time-sensitive processes testable by allowing to set the "current time" to a certain fixed time or a certain start time from which the "current time" progresses at a configurable speed.
-