org.jboss.test
Class JBossIIOPTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.test.JBossTestCase
              extended byorg.jboss.test.JBossIIOPTestCase
All Implemented Interfaces:
junit.framework.Test

public class JBossIIOPTestCase
extends JBossTestCase

Base class for IIOP tests that sets up the InitialContext to use the cosnaming service.

Version:
$Revision: 1.2 $
Author:
Scott.Stark@jboss.org

Field Summary
protected  Properties jndiProps
           
 
Fields inherited from class org.jboss.test.JBossTestCase
delegate, deploymentException, log
 
Constructor Summary
JBossIIOPTestCase(String name)
           
 
Method Summary
protected  InitialContext getInitialContext()
          Gets the InitialContext attribute of the JBossTestCase object
protected  InitialContext getInitialJnpContext()
           
 
Methods inherited from class org.jboss.test.JBossTestCase
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeploySetup, getDeployURL, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, redeploy, resetDelegate, restartDBPool, serverFound, sleep, undeploy
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

jndiProps

protected Properties jndiProps
Constructor Detail

JBossIIOPTestCase

public JBossIIOPTestCase(String name)
Method Detail

getInitialContext

protected InitialContext getInitialContext()
                                    throws Exception
Description copied from class: JBossTestCase
Gets the InitialContext attribute of the JBossTestCase object

Overrides:
getInitialContext in class JBossTestCase
Returns:
The InitialContext value
Throws:
Exception

getInitialJnpContext

protected InitialContext getInitialJnpContext()
                                       throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.