org.apache.ldap.testsuite.ldaptests.jndi
Class BaseProtocolTest

java.lang.Object
  extended by TestCase
      extended by org.apache.ldap.testsuite.ldaptests.jndi.BaseProtocolTest
Direct Known Subclasses:
BasicAddTests, BasicCompareTests, BasicDeleteTests, BasicModifyAddTests, BasicModifyDnTests, BasicModifyRemoveTests, BasicModifyReplaceTests, BinaryDataAddTest, CompareOperationalAttributesTest, IllegalSearchFilterTest, MatchingRuleCompareTests, MixedModifyFailureTests, ModifyDnSameAttributeTests, SearchFilterAttributeNamesTest, SearchFilterSimpleTest, SearchScopeTest, SpecialCharacterAddTests, TreeDeleteControlTests, UnknownExtendedOperationTest

public class BaseProtocolTest
extends TestCase


Constructor Summary
BaseProtocolTest()
           
 
Method Summary
protected  javax.naming.ldap.LdapContext createContext()
           
protected  java.lang.String getTestContainerRdn()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseProtocolTest

public BaseProtocolTest()
Method Detail

setUp

public void setUp()
           throws javax.naming.NamingException
Throws:
javax.naming.NamingException

tearDown

public void tearDown()
              throws javax.naming.NamingException
Throws:
javax.naming.NamingException

createContext

protected javax.naming.ldap.LdapContext createContext()
                                               throws javax.naming.NamingException
Throws:
javax.naming.NamingException

getTestContainerRdn

protected java.lang.String getTestContainerRdn()