Searched defs:namingContext (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java582 public void testGetParentDNInSuffix(DN namingContext) throws Exception { argument
583 assertNull(namingContext.getParentDNInSuffix());
585 DN childDN = namingContext.concat(RDN.decode("ou=People"));
587 assertEquals(childDN.getParentDNInSuffix(), namingContext);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java581 public void testGetParentDNInSuffix(DN namingContext) throws Exception { argument
582 assertNull(namingContext.getParentDNInSuffix());
584 DN childDN = namingContext.concat(RDN.decode("ou=People"));
586 assertEquals(childDN.getParentDNInSuffix(), namingContext);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java582 public void testGetParentDNInSuffix(DN namingContext) throws Exception { argument
583 assertNull(namingContext.getParentDNInSuffix());
585 DN childDN = namingContext.concat(RDN.decode("ou=People"));
587 assertEquals(childDN.getParentDNInSuffix(), namingContext);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java581 public void testGetParentDNInSuffix(DN namingContext) throws Exception { argument
582 assertNull(namingContext.getParentDNInSuffix());
584 DN childDN = namingContext.concat(RDN.decode("ou=People"));
586 assertEquals(childDN.getParentDNInSuffix(), namingContext);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java582 public void testGetParentDNInSuffix(DN namingContext) throws Exception { argument
583 assertNull(namingContext.getParentDNInSuffix());
585 DN childDN = namingContext.concat(RDN.decode("ou=People"));
587 assertEquals(childDN.getParentDNInSuffix(), namingContext);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestDN.java557 public void testGetParentDNInSuffix(DN namingContext) throws Exception { argument
558 assertNull(namingContext.getParentDNInSuffix());
560 DN childDN = namingContext.child(RDN.decode("ou=People"));
562 assertEquals(childDN.getParentDNInSuffix(), namingContext);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java838 * @param namingContext the naming context to create in the backend
846 String namingContext,
853 DN baseDN = DN.decode(namingContext);
844 initializeMemoryBackend( String backendID, String namingContext, boolean createBaseEntry ) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java800 * @param namingContext the naming context to create in the backend
808 String namingContext,
814 DN baseDN = DN.decode(namingContext);
806 initializeMemoryBackend( String backendID, String namingContext, boolean createBaseEntry ) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java838 * @param namingContext the naming context to create in the backend
846 String namingContext,
853 DN baseDN = DN.decode(namingContext);
844 initializeMemoryBackend( String backendID, String namingContext, boolean createBaseEntry ) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java800 * @param namingContext the naming context to create in the backend
808 String namingContext,
814 DN baseDN = DN.decode(namingContext);
806 initializeMemoryBackend( String backendID, String namingContext, boolean createBaseEntry ) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java929 * @param namingContext the naming context to create in the backend
938 String namingContext, boolean createBaseEntry)
944 DN baseDN = DN.decode(namingContext);
937 initializeMemoryBackend(String backendID, String namingContext, boolean createBaseEntry) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestCaseUtils.java775 * @param namingContext the naming context to create in the backend
783 String namingContext,
789 DN baseDN = DN.valueOf(namingContext);
781 initializeMemoryBackend( String backendID, String namingContext, boolean createBaseEntry ) argument

Completed in 144 milliseconds