org.apache.openejb.test.stateful
Class StatefulPojoEjbObjectTests

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.stateful.StatefulTestClient
                      extended by org.apache.openejb.test.stateful.BasicStatefulTestClient
                          extended by org.apache.openejb.test.stateful.StatefulPojoEjbObjectTests
All Implemented Interfaces:
junit.framework.Test

public class StatefulPojoEjbObjectTests
extends BasicStatefulTestClient

[4] Should be run as the fourth test suite of the BasicStatefulTestClients

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
 
Fields inherited from class org.apache.openejb.test.stateful.BasicStatefulTestClient
ejbHome, 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
StatefulPojoEjbObjectTests()
           
 
Method Summary
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
protected  void tearDown()
           
 void test01_getEjbHome()
          A method to test retrieving the EJBHome interface of a session bean using its EJBObject reference.
 void test02_getHandle()
          A method to test retrieving a Handle of a session bean using its EJBObject reference.
 void test03_isIdentical()
          A method to test the implementation of Stateful Session Bean identity check.
 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.
 void test05_getPrimaryKey()
          See EJB3.0 "Core Contracts and Requirements" specification, section : 3.6.8.3 .
 
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, 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

StatefulPojoEjbObjectTests

public StatefulPojoEjbObjectTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Description copied from class: StatefulTestClient
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Overrides:
setUp in class StatefulTestClient
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class NumberedTestCase
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 Stateful Session Bean identity check. See EJB3.0 "Core Contracts and Requirements" specification, section 3.4.5.1


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 .



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