Searched defs:hasSubordinatesType (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java54 private AttributeType hasSubordinatesType; field in class:HasSubordinatesVirtualAttributeProviderTestCase
69 hasSubordinatesType =
71 assertNotNull(hasSubordinatesType);
219 assertTrue(e.hasAttribute(hasSubordinatesType));
221 List<Attribute> attrList = e.getAttribute(hasSubordinatesType);
231 assertTrue(a.contains(AttributeValues.create(hasSubordinatesType,
249 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
266 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
284 ExtensionTestUtils.testSearchAllUserAttrs(entryDN, hasSubordinatesType);
302 ExtensionTestUtils.testSearchAllOperationalAttrs(entryDN, hasSubordinatesType);
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java53 private AttributeType hasSubordinatesType; field in class:HasSubordinatesVirtualAttributeProviderTestCase
68 hasSubordinatesType =
70 assertNotNull(hasSubordinatesType);
218 assertTrue(e.hasAttribute(hasSubordinatesType));
220 List<Attribute> attrList = e.getAttribute(hasSubordinatesType);
230 assertTrue(a.contains(AttributeValues.create(hasSubordinatesType,
248 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
265 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
283 ExtensionTestUtils.testSearchAllUserAttrs(entryDN, hasSubordinatesType);
301 ExtensionTestUtils.testSearchAllOperationalAttrs(entryDN, hasSubordinatesType);
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java54 private AttributeType hasSubordinatesType; field in class:HasSubordinatesVirtualAttributeProviderTestCase
69 hasSubordinatesType =
71 assertNotNull(hasSubordinatesType);
219 assertTrue(e.hasAttribute(hasSubordinatesType));
221 List<Attribute> attrList = e.getAttribute(hasSubordinatesType);
231 assertTrue(a.contains(AttributeValues.create(hasSubordinatesType,
249 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
266 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
284 ExtensionTestUtils.testSearchAllUserAttrs(entryDN, hasSubordinatesType);
302 ExtensionTestUtils.testSearchAllOperationalAttrs(entryDN, hasSubordinatesType);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java53 private AttributeType hasSubordinatesType; field in class:HasSubordinatesVirtualAttributeProviderTestCase
68 hasSubordinatesType =
70 assertNotNull(hasSubordinatesType);
218 assertTrue(e.hasAttribute(hasSubordinatesType));
220 List<Attribute> attrList = e.getAttribute(hasSubordinatesType);
230 assertTrue(a.contains(AttributeValues.create(hasSubordinatesType,
248 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
265 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
283 ExtensionTestUtils.testSearchAllUserAttrs(entryDN, hasSubordinatesType);
301 ExtensionTestUtils.testSearchAllOperationalAttrs(entryDN, hasSubordinatesType);
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java54 private AttributeType hasSubordinatesType; field in class:HasSubordinatesVirtualAttributeProviderTestCase
69 hasSubordinatesType =
71 assertNotNull(hasSubordinatesType);
219 assertTrue(e.hasAttribute(hasSubordinatesType));
221 List<Attribute> attrList = e.getAttribute(hasSubordinatesType);
231 assertTrue(a.contains(AttributeValues.create(hasSubordinatesType,
249 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
266 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
284 ExtensionTestUtils.testSearchAllUserAttrs(entryDN, hasSubordinatesType);
302 ExtensionTestUtils.testSearchAllOperationalAttrs(entryDN, hasSubordinatesType);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProviderTestCase.java58 private AttributeType hasSubordinatesType; field in class:HasSubordinatesVirtualAttributeProviderTestCase
73 hasSubordinatesType = DirectoryServer.getAttributeTypeOrNull("hassubordinates");
74 assertNotNull(hasSubordinatesType);
222 assertTrue(e.hasAttribute(hasSubordinatesType));
224 List<Attribute> attrList = e.getAttribute(hasSubordinatesType);
248 ExtensionTestUtils.testSearchEmptyAttrs(entryDN, hasSubordinatesType);
265 ExtensionTestUtils.testSearchNoAttrs(entryDN, hasSubordinatesType);
283 ExtensionTestUtils.testSearchAllUserAttrs(entryDN, hasSubordinatesType);
301 ExtensionTestUtils.testSearchAllOperationalAttrs(entryDN, hasSubordinatesType);
319 ExtensionTestUtils.testSearchAttr(entryDN, "hasSubordinates", hasSubordinatesType);
[all...]

Completed in 75 milliseconds