Class AgentPlatformProperties.TestConfig
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "embabel.agent.platform.test") public final class AgentPlatformProperties.TestConfigTest configuration
-
-
Constructor Summary
Constructors Constructor Description AgentPlatformProperties.TestConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetMockMode()Whether to enable mock mode for testing final UnitsetMockMode(Boolean mockMode)Whether to enable mock mode for testing -
-
Method Detail
-
getMockMode
final Boolean getMockMode()
Whether to enable mock mode for testing
-
setMockMode
final Unit setMockMode(Boolean mockMode)
Whether to enable mock mode for testing
-
-
-
-