org.apache.openejb.test.entity.cmp2
Class Cmp2JndiEncTests

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.entity.cmp2.Cmp2TestClient
                  extended by org.apache.openejb.test.entity.cmp2.Cmp2JndiEncTests
All Implemented Interfaces:
junit.framework.Test

public class Cmp2JndiEncTests
extends Cmp2TestClient

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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.test.NumberedTestCase
NumberedTestCase.NamedTest, NumberedTestCase.TestSetup, NumberedTestCase.TestTearDown
 
Field Summary
protected  EncCmpHome ejbHome
           
protected  EncCmpObject ejbObject
           
 
Fields inherited from class org.apache.openejb.test.entity.cmp2.Cmp2TestClient
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
Cmp2JndiEncTests()
           
 
Method Summary
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
protected  void tearDown()
           
 void test01_lookupStringEntry()
           
 void test02_lookupDoubleEntry()
           
 void test03_lookupLongEntry()
           
 void test04_lookupFloatEntry()
           
 void test05_lookupIntegerEntry()
           
 void test06_lookupShortEntry()
           
 void test07_lookupBooleanEntry()
           
 void test08_lookupByteEntry()
           
 void test09_lookupEntityBean()
           
 void test10_lookupStatefulBean()
           
 void test11_lookupStatelessBean()
           
 void test12_lookupResource()
           
 void test13_lookupPersistenceUnit()
           
 void test14_lookupPersistenceContext()
           
 void test19_lookupStatelessBusinessLocal()
           
 void test20_lookupStatelessBusinessRemote()
           
 void test21_lookupStatefulBusinessLocal()
           
 void test22_lookupStatefulBusinessRemote()
           
 void test23_lookupJMSConnectionFactory()
           
 
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
 

Field Detail

ejbHome

protected EncCmpHome ejbHome

ejbObject

protected EncCmpObject ejbObject
Constructor Detail

Cmp2JndiEncTests

public Cmp2JndiEncTests()
Method Detail

setUp

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

Overrides:
setUp in class Cmp2TestClient
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class Cmp2TestClient
Throws:
Exception

test01_lookupStringEntry

public void test01_lookupStringEntry()

test02_lookupDoubleEntry

public void test02_lookupDoubleEntry()

test03_lookupLongEntry

public void test03_lookupLongEntry()

test04_lookupFloatEntry

public void test04_lookupFloatEntry()

test05_lookupIntegerEntry

public void test05_lookupIntegerEntry()

test06_lookupShortEntry

public void test06_lookupShortEntry()

test07_lookupBooleanEntry

public void test07_lookupBooleanEntry()

test08_lookupByteEntry

public void test08_lookupByteEntry()

test09_lookupEntityBean

public void test09_lookupEntityBean()

test10_lookupStatefulBean

public void test10_lookupStatefulBean()

test11_lookupStatelessBean

public void test11_lookupStatelessBean()

test12_lookupResource

public void test12_lookupResource()

test13_lookupPersistenceUnit

public void test13_lookupPersistenceUnit()

test14_lookupPersistenceContext

public void test14_lookupPersistenceContext()

test19_lookupStatelessBusinessLocal

public void test19_lookupStatelessBusinessLocal()

test20_lookupStatelessBusinessRemote

public void test20_lookupStatelessBusinessRemote()

test21_lookupStatefulBusinessLocal

public void test21_lookupStatefulBusinessLocal()

test22_lookupStatefulBusinessRemote

public void test22_lookupStatefulBusinessRemote()

test23_lookupJMSConnectionFactory

public void test23_lookupJMSConnectionFactory()


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