org.apache.openejb.test.singleton
Class SingletonDefaultInterceptorTests

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.BasicSingletonLocalTestClient
                          extended by org.apache.openejb.test.singleton.SingletonDefaultInterceptorTests
All Implemented Interfaces:
junit.framework.Test

public class SingletonDefaultInterceptorTests
extends BasicSingletonLocalTestClient

Author:
David Blevins, Prasad Kashyap

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.test.NumberedTestCase
NumberedTestCase.NamedTest, NumberedTestCase.TestSetup, NumberedTestCase.TestTearDown
 
Field Summary
 
Fields inherited from class org.apache.openejb.test.singleton.BasicSingletonLocalTestClient
ejbLocalHome, ejbLocalObject
 
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
SingletonDefaultInterceptorTests()
           
 
Method Summary
 void testNothing()
           
 
Methods inherited from class org.apache.openejb.test.singleton.BasicSingletonLocalTestClient
cast
 
Methods inherited from class org.apache.openejb.test.singleton.SingletonTestClient
setUp
 
Methods inherited from class org.apache.openejb.test.TestClient
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
 

Constructor Detail

SingletonDefaultInterceptorTests

public SingletonDefaultInterceptorTests()
Method Detail

testNothing

public void testNothing()


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