Searched refs:expectedName (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java85 * @param expectedName
90 public void addExpectedAttribute(String expectedName, argument
92 Validator.ensureNotNull(expectedName);
95 attributes.put(expectedName, Arrays.asList(expectedValues));
H A DModifyEntryMockLDAPConnection.java86 * @param expectedName
92 public void addExpectedModification(String expectedName, argument
94 Validator.ensureNotNull(expectedName);
96 modifications.put(expectedName, Arrays.asList(expectedValues));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java84 * @param expectedName
89 public void addExpectedAttribute(String expectedName, argument
91 Validator.ensureNotNull(expectedName);
94 attributes.put(expectedName, Arrays.asList(expectedValues));
H A DModifyEntryMockLDAPConnection.java85 * @param expectedName
91 public void addExpectedModification(String expectedName, argument
93 Validator.ensureNotNull(expectedName);
95 modifications.put(expectedName, Arrays.asList(expectedValues));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java85 * @param expectedName
90 public void addExpectedAttribute(String expectedName, argument
92 Validator.ensureNotNull(expectedName);
95 attributes.put(expectedName, Arrays.asList(expectedValues));
H A DModifyEntryMockLDAPConnection.java86 * @param expectedName
92 public void addExpectedModification(String expectedName, argument
94 Validator.ensureNotNull(expectedName);
96 modifications.put(expectedName, Arrays.asList(expectedValues));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java84 * @param expectedName
89 public void addExpectedAttribute(String expectedName, argument
91 Validator.ensureNotNull(expectedName);
94 attributes.put(expectedName, Arrays.asList(expectedValues));
H A DModifyEntryMockLDAPConnection.java85 * @param expectedName
91 public void addExpectedModification(String expectedName, argument
93 Validator.ensureNotNull(expectedName);
95 modifications.put(expectedName, Arrays.asList(expectedValues));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java85 * @param expectedName
90 public void addExpectedAttribute(String expectedName, argument
92 Validator.ensureNotNull(expectedName);
95 attributes.put(expectedName, Arrays.asList(expectedValues));
H A DModifyEntryMockLDAPConnection.java86 * @param expectedName
92 public void addExpectedModification(String expectedName, argument
94 Validator.ensureNotNull(expectedName);
96 modifications.put(expectedName, Arrays.asList(expectedValues));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java81 * @param expectedName
86 public void addExpectedAttribute(String expectedName, argument
88 Reject.ifNull(expectedName);
91 attributes.put(expectedName, Arrays.asList(expectedValues));
H A DModifyEntryMockLDAPConnection.java82 * @param expectedName
88 public void addExpectedModification(String expectedName, argument
90 Reject.ifNull(expectedName);
92 modifications.put(expectedName, Arrays.asList(expectedValues));
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/server/
H A DDefaultBehaviorTest.java74 public TestChildCfg getChildCfg(String expectedName) { argument
76 Assert.assertEquals(childCfg.dn().rdn().getFirstAVA().getAttributeValue().toString(), expectedName);
96 public TestChildCfg getChildCfg(String expectedName) { argument
98 Assert.assertEquals(childCfg.dn().rdn().getFirstAVA().getAttributeValue().toString(), expectedName);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java94 * @param expectedName
98 public TestChildCfg getChild(String expectedName) { argument
101 .getValue().toString(), expectedName);
154 * @param expectedName
158 public TestChildCfg getChild(String expectedName) { argument
161 .getValue().toString(), expectedName);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java93 * @param expectedName
97 public TestChildCfg getChild(String expectedName) { argument
100 .getValue().toString(), expectedName);
153 * @param expectedName
157 public TestChildCfg getChild(String expectedName) { argument
160 .getValue().toString(), expectedName);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java94 * @param expectedName
98 public TestChildCfg getChild(String expectedName) { argument
101 .getValue().toString(), expectedName);
154 * @param expectedName
158 public TestChildCfg getChild(String expectedName) { argument
161 .getValue().toString(), expectedName);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java93 * @param expectedName
97 public TestChildCfg getChild(String expectedName) { argument
100 .getValue().toString(), expectedName);
153 * @param expectedName
157 public TestChildCfg getChild(String expectedName) { argument
160 .getValue().toString(), expectedName);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java94 * @param expectedName
98 public TestChildCfg getChild(String expectedName) { argument
101 .getValue().toString(), expectedName);
154 * @param expectedName
158 public TestChildCfg getChild(String expectedName) { argument
161 .getValue().toString(), expectedName);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/server/
H A DDefaultBehaviorTest.java87 * @param expectedName
91 public TestChildCfg getChild(String expectedName) { argument
93 Assert.assertEquals(child.dn().rdn().getAttributeValue(0).toString(), expectedName);
141 * @param expectedName
145 public TestChildCfg getChild(String expectedName) { argument
147 Assert.assertEquals(child.dn().rdn().getAttributeValue(0).toString(), expectedName);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DSizeUnitTest.java292 * @param expectedName for comparison
295 public void testGetLongName(SizeUnit unit, String expectedName) { argument
296 assertEquals(unit.getLongName(), expectedName);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DSizeUnitTest.java291 * @param expectedName for comparison
294 public void testGetLongName(SizeUnit unit, String expectedName) { argument
295 assertEquals(unit.getLongName(), expectedName);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DSizeUnitTest.java292 * @param expectedName for comparison
295 public void testGetLongName(SizeUnit unit, String expectedName) { argument
296 assertEquals(unit.getLongName(), expectedName);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DSizeUnitTest.java291 * @param expectedName for comparison
294 public void testGetLongName(SizeUnit unit, String expectedName) { argument
295 assertEquals(unit.getLongName(), expectedName);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DSizeUnitTest.java292 * @param expectedName for comparison
295 public void testGetLongName(SizeUnit unit, String expectedName) { argument
296 assertEquals(unit.getLongName(), expectedName);
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DSizeUnitTest.java218 public void testGetLongName(SizeUnit unit, String expectedName) { argument
219 assertEquals(unit.getLongName(), expectedName);

Completed in 172 milliseconds

12