org.shiftone.ooc.test
Class BindLookupTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.shiftone.ooc.test.TestCaseBase
              extended byorg.shiftone.ooc.test.BindLookupTestCase
All Implemented Interfaces:
junit.framework.Test

public class BindLookupTestCase
extends TestCaseBase

Author:
Jeff Drost bind, rebind, rename, unbind

Constructor Summary
BindLookupTestCase()
           
 
Method Summary
 void testBind()
          Method testNewInitialContext
 void testBindToNonExistantContext()
          Method testBind
 void testBindTwice()
          Method testBindTwice
 void testBindUnbind()
          Method testBindUnbind
 void testContextShared()
          Method testBindNewContext
 void testLookupThisContext()
          Method testSameContext
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindLookupTestCase

public BindLookupTestCase()
Method Detail

testBind

public void testBind()
              throws javax.naming.NamingException
Method testNewInitialContext

Throws:
javax.naming.NamingException

testBindToNonExistantContext

public void testBindToNonExistantContext()
                                  throws javax.naming.NamingException
Method testBind

Throws:
javax.naming.NamingException

testContextShared

public void testContextShared()
                       throws javax.naming.NamingException
Method testBindNewContext

Throws:
javax.naming.NamingException

testBindTwice

public void testBindTwice()
                   throws javax.naming.NamingException
Method testBindTwice

Throws:
javax.naming.NamingException

testLookupThisContext

public void testLookupThisContext()
                           throws javax.naming.NamingException
Method testSameContext

Throws:
javax.naming.NamingException

testBindUnbind

public void testBindUnbind()
                    throws javax.naming.NamingException
Method testBindUnbind

Throws:
javax.naming.NamingException