Class SingletonPojoEjbObjectTests
java.lang.Object
org.junit.Assert
org.apache.openejb.test.NumberedTestCase
org.apache.openejb.test.NamedTestCase
org.apache.openejb.test.TestClient
org.apache.openejb.test.singleton.SingletonTestClient
org.apache.openejb.test.singleton.BasicSingletonTestClient
org.apache.openejb.test.singleton.SingletonPojoEjbObjectTests
- All Implemented Interfaces:
junit.framework.Test
This class tests that all javax.ejb.EJBObject methods work as expected on the EJB 2.1 compatible remote interface
of an ejb3 singleton bean.
[4] Should be run as the fourth test suite of the BasicSingletonTestClients
[4] Should be run as the fourth test suite of the BasicSingletonTestClients
- Version:
- $Rev: 607077 $ $Date: 2007-12-27 06:55:23 -0800 (Thu, 27 Dec 2007) $
-
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.BasicSingletonTestClient
ejbHome, ejbObjectFields inherited from class org.apache.openejb.test.TestClient
ejbHandle, ejbHomeHandle, ejbMetaData, ejbPrimaryKey, initialContextFields inherited from class org.apache.openejb.test.NamedTestCase
testNameFields inherited from class org.apache.openejb.test.NumberedTestCase
standardPrefix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetUp()Sets up the fixture, for example, open a network connection.voidA method to test retrieving the EJBHome interface of a session bean using its EJBObject reference.voidA method to test retrieving a Handle of a session bean using its EJBObject reference.voidA method to test the implementation of Singleton Session Bean identity check.voidThis test is 2 in 1, it tests calling remove() on an EJBObject reference and then calling a business method on the same reference after the remove() is successfuly called.voidSee EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 .Methods inherited from class org.apache.openejb.test.TestClient
cast, processFieldInjections, processSetterInjectionsMethods inherited from class org.apache.openejb.test.NamedTestCase
nameMethods inherited from class org.apache.openejb.test.NumberedTestCase
countTestCases, createTest, createTestName, removePrefix, removePrefix, run, run, runTestMethod, tearDown, toStringMethods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertThrows, assertThrows, assertTrue, assertTrue, fail, fail
-
Constructor Details
-
SingletonPojoEjbObjectTests
public SingletonPojoEjbObjectTests()
-
-
Method Details
-
setUp
Description copied from class:SingletonTestClientSets up the fixture, for example, open a network connection. This method is called before a test is executed.- Overrides:
setUpin classSingletonTestClient- Throws:
Exception
-
test01_getEjbHome
public void test01_getEjbHome()A method to test retrieving the EJBHome interface of a session bean using its EJBObject reference. -
test02_getHandle
public void test02_getHandle()A method to test retrieving a Handle of a session bean using its EJBObject reference. -
test03_isIdentical
public void test03_isIdentical()A method to test the implementation of Singleton Session Bean identity check. See EJB3.0 "Core Contracts and Requirements" specification, section 3.4.5.2 -
test04_remove
public void test04_remove()This test is 2 in 1, it tests calling remove() on an EJBObject reference and then calling a business method on the same reference after the remove() is successfuly called. -
test05_getPrimaryKey
public void test05_getPrimaryKey()See EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 .
-