Uses of Class
net.officefloor.test.system.AbstractExternalOverride
-
Packages that use AbstractExternalOverride Package Description net.officefloor.nosql.dynamodb.test net.officefloor.test.system -
-
Uses of AbstractExternalOverride in net.officefloor.nosql.dynamodb.test
Subclasses of AbstractExternalOverride in net.officefloor.nosql.dynamodb.test Modifier and Type Class Description class
AwsLocalEnvironment
Local environment for AWS. -
Uses of AbstractExternalOverride in net.officefloor.test.system
Classes in net.officefloor.test.system with type parameters of type AbstractExternalOverride Modifier and Type Class Description class
AbstractEnvironmentOverride<I extends AbstractExternalOverride<I>>
Abstract functionality for overriding theSystem.getenv(String)
values in tests.class
AbstractExternalOverride<I extends AbstractExternalOverride<I>>
Abstract functionality for modifyingSystem
for tests.class
AbstractSystemPropertiesOverride<I extends AbstractExternalOverride<I>>
Abstract functionality for overriding theSystem.getProperty(String)
values in tests.Subclasses of AbstractExternalOverride in net.officefloor.test.system Modifier and Type Class Description class
AbstractEnvironmentOverride<I extends AbstractExternalOverride<I>>
Abstract functionality for overriding theSystem.getenv(String)
values in tests.class
AbstractSystemPropertiesOverride<I extends AbstractExternalOverride<I>>
Abstract functionality for overriding theSystem.getProperty(String)
values in tests.class
EnvironmentExtension
Extension
for specifying environment (System.getenv()
) for tests.class
EnvironmentRule
TestRule
for specifying environment (System.getenv()
) for tests.class
SystemPropertiesExtension
Extension
for specifying system properties (System.getProperty(String)
) for tests.class
SystemPropertiesRule
TestRule
for specifyingSystem
properties.
-