JBoss Test 1.2.0.Final

org.jboss.test
Class JBossIIOPTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.test.AbstractTestCase
              extended by org.jboss.test.AbstractTestCaseWithSetup
                  extended by org.jboss.test.JBossTestCase
                      extended by org.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: 108838 $
Author:
Scott.Stark@jboss.org, Dimitris.Andreadis@jboss.org

Field Summary
protected  InitialContext ic
           
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, getDelegate, getDeployerName, getDeploySetup, getDeploySetup, getDeploySetup, getDeployURL, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getServerHostForURL, getThreadCount, invoke, redeploy, resetDelegate, restartDBPool, serverFound, setUp, sleep, tearDown, undeploy
 
Methods inherited from class org.jboss.test.AbstractTestCaseWithSetup
enableTrace, getDelegate, resumeSecurity, suite, suspendSecurity
 
Methods inherited from class org.jboss.test.AbstractTestCase
assertEmpty, assertEmpty, assertEmpty, assertEquals, assertEquals, assertEquals, assertEquals, assertInstanceOf, assertInstanceOf, checkDeepThrowable, checkDeepThrowableRethrow, checkThrowable, checkThrowableRethrow, configureLogging, deserialize, failure, findResource, getResource, serialize, serializeDeserialize
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ic

protected InitialContext ic

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 - for any error

getInitialJnpContext

protected InitialContext getInitialJnpContext()
                                       throws Exception
Throws:
Exception

JBoss Test 1.2.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.