Searched defs:DEBUG_CONFIG_DIRECTORY (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java29 private static final String DEBUG_CONFIG_DIRECTORY = "/debug_config_test/config_validation/"; field in class:DebugConfigurationFromPropertiesTest
38 (DEBUG_CONFIG_DIRECTORY + "valid/basicconfig.properties");
50 (DEBUG_CONFIG_DIRECTORY + "valid/prefixconfig.properties");
62 (DEBUG_CONFIG_DIRECTORY + "valid/timeRotationConfig.properties");
73 (DEBUG_CONFIG_DIRECTORY + "valid/sizeRotationConfig.properties");
84 (DEBUG_CONFIG_DIRECTORY + "valid/sizeAndTimeRotationConfig.properties");
97 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY + "invalid/cantParseSuffix.properties");
102 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY + "invalid/negativeTimeRotation.properties");
107 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY + "invalid/rotatioTimenNotCompatibleWithSuffix" +
113 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY
[all...]
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java29 private static final String DEBUG_CONFIG_DIRECTORY = "/debug_config_test/config_validation/"; field in class:DebugConfigurationFromPropertiesTest
38 (DEBUG_CONFIG_DIRECTORY + "valid/basicconfig.properties");
50 (DEBUG_CONFIG_DIRECTORY + "valid/prefixconfig.properties");
62 (DEBUG_CONFIG_DIRECTORY + "valid/timeRotationConfig.properties");
73 (DEBUG_CONFIG_DIRECTORY + "valid/sizeRotationConfig.properties");
84 (DEBUG_CONFIG_DIRECTORY + "valid/sizeAndTimeRotationConfig.properties");
97 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY + "invalid/cantParseSuffix.properties");
102 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY + "invalid/negativeTimeRotation.properties");
107 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY + "invalid/rotatioTimenNotCompatibleWithSuffix" +
113 new DebugConfigurationFromProperties(DEBUG_CONFIG_DIRECTORY
[all...]

Completed in 29 milliseconds