Searched refs:DEBUG_CONFIG_FOR_TEST (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTest.java29 protected static final String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfig.properties"; field in class:DebugTest
35 DEBUG_CONFIG_FOR_TEST);
42 initializeProvider(DEBUG_CONFIG_FOR_TEST);
67 initializeProvider(DEBUG_CONFIG_FOR_TEST);
82 initializeProvider(DEBUG_CONFIG_FOR_TEST);
106 initializeProvider(DEBUG_CONFIG_FOR_TEST);
H A DDebugInitializationTest.java32 String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfig.properties";
35 initializeProvider(DEBUG_CONFIG_FOR_TEST);
H A DDebugRotationTest.java40 String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfigSizeRotation.properties";
43 initializeProvider(DEBUG_CONFIG_FOR_TEST);
129 String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfigRotation.properties";
132 new DebugConfigurationFromProperties(DEBUG_CONFIG_FOR_TEST);
134 initializeProvider(DEBUG_CONFIG_FOR_TEST);
H A DDebugTestTemplate.java46 protected static final String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfig.properties"; field in class:DebugTestTemplate
60 Assert.assertNotNull(getClass().getResource(DEBUG_CONFIG_FOR_TEST), "Can't read properties");
66 DEBUG_CONFIG_FOR_TEST);
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTest.java29 protected static final String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfig.properties"; field in class:DebugTest
35 DEBUG_CONFIG_FOR_TEST);
42 initializeProvider(DEBUG_CONFIG_FOR_TEST);
67 initializeProvider(DEBUG_CONFIG_FOR_TEST);
82 initializeProvider(DEBUG_CONFIG_FOR_TEST);
106 initializeProvider(DEBUG_CONFIG_FOR_TEST);
H A DDebugInitializationTest.java32 String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfig.properties";
35 initializeProvider(DEBUG_CONFIG_FOR_TEST);
H A DDebugRotationTest.java41 String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfigSizeRotation.properties";
44 initializeProvider(DEBUG_CONFIG_FOR_TEST);
130 String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfigRotation.properties";
133 new DebugConfigurationFromProperties(DEBUG_CONFIG_FOR_TEST);
135 initializeProvider(DEBUG_CONFIG_FOR_TEST);
H A DDebugTestTemplate.java46 protected static final String DEBUG_CONFIG_FOR_TEST = "/debug_config_test/debugconfig.properties"; field in class:DebugTestTemplate
60 Assert.assertNotNull(getClass().getResource(DEBUG_CONFIG_FOR_TEST), "Can't read properties");
66 DEBUG_CONFIG_FOR_TEST);
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/record/
H A DDebugTestTemplate.java48 protected static final String DEBUG_CONFIG_FOR_TEST = "/record/debugconfig.properties"; field in class:DebugTestTemplate
62 Assert.assertNotNull(getClass().getResource(DEBUG_CONFIG_FOR_TEST), "Can't read properties");
68 DEBUG_CONFIG_FOR_TEST);
H A DDefaultDebugRecorderTest.java42 protected static final String DEBUG_CONFIG_FOR_TEST = "/record/debugconfig.properties"; field in class:DefaultDebugRecorderTest
49 initializeProvider(DEBUG_CONFIG_FOR_TEST);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/record/
H A DDebugTestTemplate.java48 protected static final String DEBUG_CONFIG_FOR_TEST = "/record/debugconfig.properties"; field in class:DebugTestTemplate
62 Assert.assertNotNull(getClass().getResource(DEBUG_CONFIG_FOR_TEST), "Can't read properties");
68 DEBUG_CONFIG_FOR_TEST);
H A DDefaultDebugRecorderTest.java44 protected static final String DEBUG_CONFIG_FOR_TEST = "/record/debugconfig.properties"; field in class:DefaultDebugRecorderTest
51 initializeProvider(DEBUG_CONFIG_FOR_TEST);

Completed in 90 milliseconds