Searched refs:testParams (Results 1 - 14 of 14) 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/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/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...]
/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/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/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1473 SearchTestParams testParams = new SearchTestParams(initialDitLdif, aciLdif);
1474 SEARCH_TEST_PARAMS.add(testParams);
1475 return testParams;
1480 SearchTestParams testParams;
1486 testParams = registerNewTestParams(BASIC_LDIF__SEARCH_TESTS,
1495 testParams.addSingleSearch(DIR_MGR_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, INNER_OU_FULL_LDIF__SEARCH_TESTS);
1496 testParams.addSingleSearch(ADMIN_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1497 testParams.addSingleSearch(ANNONYMOUS_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1499 testParams.addSingleSearch(DIR_MGR_DN, OU_LEAF_DN, OBJECTCLASS_STAR, SCOPE_SUB, LEAF_OU_FULL_LDIF__SEARCH_TESTS);
1500 testParams
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1462 SearchTestParams testParams = new SearchTestParams(initialDitLdif, aciLdif);
1463 SEARCH_TEST_PARAMS.add(testParams);
1464 return testParams;
1469 SearchTestParams testParams;
1475 testParams = registerNewTestParams(BASIC_LDIF__SEARCH_TESTS,
1484 testParams.addSingleSearch(DIR_MGR_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, INNER_OU_FULL_LDIF__SEARCH_TESTS);
1485 testParams.addSingleSearch(ADMIN_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1486 testParams.addSingleSearch(ANNONYMOUS_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1488 testParams.addSingleSearch(DIR_MGR_DN, OU_LEAF_DN, OBJECTCLASS_STAR, SCOPE_SUB, LEAF_OU_FULL_LDIF__SEARCH_TESTS);
1489 testParams
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1473 SearchTestParams testParams = new SearchTestParams(initialDitLdif, aciLdif);
1474 SEARCH_TEST_PARAMS.add(testParams);
1475 return testParams;
1480 SearchTestParams testParams;
1486 testParams = registerNewTestParams(BASIC_LDIF__SEARCH_TESTS,
1495 testParams.addSingleSearch(DIR_MGR_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, INNER_OU_FULL_LDIF__SEARCH_TESTS);
1496 testParams.addSingleSearch(ADMIN_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1497 testParams.addSingleSearch(ANNONYMOUS_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1499 testParams.addSingleSearch(DIR_MGR_DN, OU_LEAF_DN, OBJECTCLASS_STAR, SCOPE_SUB, LEAF_OU_FULL_LDIF__SEARCH_TESTS);
1500 testParams
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1462 SearchTestParams testParams = new SearchTestParams(initialDitLdif, aciLdif);
1463 SEARCH_TEST_PARAMS.add(testParams);
1464 return testParams;
1469 SearchTestParams testParams;
1475 testParams = registerNewTestParams(BASIC_LDIF__SEARCH_TESTS,
1484 testParams.addSingleSearch(DIR_MGR_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, INNER_OU_FULL_LDIF__SEARCH_TESTS);
1485 testParams.addSingleSearch(ADMIN_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1486 testParams.addSingleSearch(ANNONYMOUS_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1488 testParams.addSingleSearch(DIR_MGR_DN, OU_LEAF_DN, OBJECTCLASS_STAR, SCOPE_SUB, LEAF_OU_FULL_LDIF__SEARCH_TESTS);
1489 testParams
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java1473 SearchTestParams testParams = new SearchTestParams(initialDitLdif, aciLdif);
1474 SEARCH_TEST_PARAMS.add(testParams);
1475 return testParams;
1480 SearchTestParams testParams;
1486 testParams = registerNewTestParams(BASIC_LDIF__SEARCH_TESTS,
1495 testParams.addSingleSearch(DIR_MGR_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, INNER_OU_FULL_LDIF__SEARCH_TESTS);
1496 testParams.addSingleSearch(ADMIN_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1497 testParams.addSingleSearch(ANNONYMOUS_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1499 testParams.addSingleSearch(DIR_MGR_DN, OU_LEAF_DN, OBJECTCLASS_STAR, SCOPE_SUB, LEAF_OU_FULL_LDIF__SEARCH_TESTS);
1500 testParams
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java1471 SearchTestParams testParams = new SearchTestParams(initialDitLdif, aciLdif);
1472 SEARCH_TEST_PARAMS.add(testParams);
1473 return testParams;
1478 SearchTestParams testParams;
1482 testParams = registerNewTestParams(BASIC_LDIF__SEARCH_TESTS,
1491 testParams.addSingleSearch(DIR_MGR_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, INNER_OU_FULL_LDIF__SEARCH_TESTS);
1492 testParams.addSingleSearch(ADMIN_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1493 testParams.addSingleSearch(ANNONYMOUS_DN, OU_INNER_DN, OBJECTCLASS_STAR, SCOPE_SUB, NO_SEARCH_RESULTS);
1495 testParams.addSingleSearch(DIR_MGR_DN, OU_LEAF_DN, OBJECTCLASS_STAR, SCOPE_SUB, LEAF_OU_FULL_LDIF__SEARCH_TESTS);
1496 testParams
[all...]

Completed in 180 milliseconds