Searched defs:testParams (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DDirectoryServerTestCase.java81 * Adds testParams to the list of all test parameters, so it can be
84 void addParamsFromSuccessfulTests(Object[] testParams) { argument
85 if (testParams != null) {
86 successfulTestParams.put(testParams, testParams);
91 * Adds testParams to the list of all failed test parameters, so that we
94 void addParamsFromFailedTest(Object[] testParams) { argument
95 if (testParams != null) {
96 failedTestParams.put(testParams, testParams);
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DDirectoryServerTestCase.java81 * Adds testParams to the list of all test parameters, so it can be
84 void addParamsFromSuccessfulTests(Object[] testParams) { argument
85 if (testParams != null) {
86 successfulTestParams.put(testParams, testParams);
91 * Adds testParams to the list of all failed test parameters, so that we
94 void addParamsFromFailedTest(Object[] testParams) { argument
95 if (testParams != null) {
96 failedTestParams.put(testParams, testParams);
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DDirectoryServerTestCase.java81 * Adds testParams to the list of all test parameters, so it can be
84 void addParamsFromSuccessfulTests(Object[] testParams) { argument
85 if (testParams != null) {
86 successfulTestParams.put(testParams, testParams);
91 * Adds testParams to the list of all failed test parameters, so that we
94 void addParamsFromFailedTest(Object[] testParams) { argument
95 if (testParams != null) {
96 failedTestParams.put(testParams, testParams);
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DDirectoryServerTestCase.java92 * Adds testParams to the list of all test parameters, so it can be
95 void addParamsFromSuccessfulTests(Object[] testParams) { argument
96 if (testParams != null) {
97 successfulTestParams.put(testParams, testParams);
102 * Adds testParams to the list of all failed test parameters, so that we
105 void addParamsFromFailedTest(Object[] testParams) { argument
106 if (testParams != null) {
107 failedTestParams.put(testParams, testParams);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DDirectoryServerTestCase.java92 * Adds testParams to the list of all test parameters, so it can be
95 void addParamsFromSuccessfulTests(Object[] testParams) { argument
96 if (testParams != null) {
97 successfulTestParams.put(testParams, testParams);
102 * Adds testParams to the list of all failed test parameters, so that we
105 void addParamsFromFailedTest(Object[] testParams) { argument
106 if (testParams != null) {
107 failedTestParams.put(testParams, testParams);
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDelegationPrivilegeTest.java63 protected Map<String, String> testParams; field in class:DelegationPrivilegeTest
71 testParams = new HashMap<String, String>();
72 testParams.put("DELEGATE_PRIVILEGE_NAME",
74 testParams.put("DELEGATED_RESOURCE",
76 testParams.put("DELEGATED_SUB_RESOURCE",
78 testParams.put("DELEGATED_USER",
80 testParams.put("NON_DELEGATED_USER",
86 delegatedUser = createUser(testParams.get("DELEGATED_USER"));
87 nonDelegatedUser = createUser(testParams.get("NON_DELEGATED_USER"));
104 testParams
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DDirectoryServerTestCase.java89 * Adds testParams to the list of all test parameters, so it can be
92 void addParamsFromSuccessfulTests(Object[] testParams) { argument
93 if (testParams != null) {
94 successfulTestParams.put(testParams, testParams);
99 * Adds testParams to the list of all failed test parameters, so that we
102 void addParamsFromFailedTest(Object[] testParams) { argument
103 if (testParams != null) {
104 failedTestParams.put(testParams, testParams);
[all...]
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDelegationPrivilegeTest.java63 protected Map<String, String> testParams; field in class:DelegationPrivilegeTest
71 testParams = new HashMap<String, String>();
72 testParams.put("DELEGATE_PRIVILEGE_NAME",
74 testParams.put("DELEGATED_RESOURCE",
76 testParams.put("DELEGATED_SUB_RESOURCE",
78 testParams.put("DELEGATED_USER",
80 testParams.put("NON_DELEGATED_USER",
86 delegatedUser = createUser(testParams.get("DELEGATED_USER"));
87 nonDelegatedUser = createUser(testParams.get("NON_DELEGATED_USER"));
104 testParams
[all...]

Completed in 79 milliseconds