Uses of Enum Class
cloud.pangeacyber.pangea.TestEnvironment
Packages that use TestEnvironment
-
Uses of TestEnvironment in cloud.pangeacyber.pangea
Methods in cloud.pangeacyber.pangea that return TestEnvironmentModifier and TypeMethodDescriptionstatic TestEnvironmentReturns the enum constant of this class with the specified name.static TestEnvironment[]TestEnvironment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.pangeacyber.pangea with parameters of type TestEnvironmentModifier and TypeMethodDescriptionstatic ConfigConfig.fromIntegrationEnvironment(TestEnvironment environment) static ConfigConfig.fromVaultIntegrationEnvironment(TestEnvironment environment) static StringConfig.getTestDomain(TestEnvironment environment) static StringConfig.getTestToken(TestEnvironment environment) static StringConfig.getVaultSignatureTestToken(TestEnvironment environment)