org.apache.openejb.test.singleton
Class BasicSingletonTestClient

java.lang.Object
  extended by junit.framework.Assert
      extended by org.apache.openejb.test.NumberedTestCase
          extended by org.apache.openejb.test.NamedTestCase
              extended by org.apache.openejb.test.TestClient
                  extended by org.apache.openejb.test.singleton.SingletonTestClient
                      extended by org.apache.openejb.test.singleton.BasicSingletonTestClient
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AnnotatedFieldInjectionSingletonTestClient, AnnotatedSetterInjectionSingletonTestClient, BMTSingletonAllowedOperationsTests, MiscEjbTests, SingletonAllowedOperationsTests, SingletonEjbHomeTests, SingletonEjbMetaDataTests, SingletonEjbObjectTests, SingletonHandleTests, SingletonHomeHandleTests, SingletonHomeIntfcTests, SingletonJndiTests, SingletonPojoEjbHomeTests, SingletonPojoEjbMetaDataTests, SingletonPojoEjbObjectTests, SingletonPojoHandleTests, SingletonPojoHomeHandleTests, SingletonPojoHomeIntfcTests, SingletonPojoRemoteIntrfcTests, SingletonPojoRemoteJndiTests, SingletonRemoteIntfcTests

public abstract class BasicSingletonTestClient
extends SingletonTestClient

Author:
David Blevins, Richard Monson-Haefel

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.test.NumberedTestCase
NumberedTestCase.NamedTest, NumberedTestCase.TestSetup, NumberedTestCase.TestTearDown
 
Field Summary
protected  BasicSingletonHome ejbHome
           
protected  BasicSingletonObject ejbObject
           
 
Fields inherited from class org.apache.openejb.test.TestClient
ejbHandle, ejbHomeHandle, ejbMetaData, ejbPrimaryKey, initialContext
 
Fields inherited from class org.apache.openejb.test.NamedTestCase
testName
 
Fields inherited from class org.apache.openejb.test.NumberedTestCase
standardPrefix
 
Constructor Summary
BasicSingletonTestClient(String name)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.test.singleton.SingletonTestClient
setUp
 
Methods inherited from class org.apache.openejb.test.TestClient
cast, processFieldInjections, processSetterInjections
 
Methods inherited from class org.apache.openejb.test.NamedTestCase
name
 
Methods inherited from class org.apache.openejb.test.NumberedTestCase
countTestCases, createTest, createTestName, removePrefix, removePrefix, run, run, runTestMethod, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ejbHome

protected BasicSingletonHome ejbHome

ejbObject

protected BasicSingletonObject ejbObject
Constructor Detail

BasicSingletonTestClient

public BasicSingletonTestClient(String name)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.