org.objectweb.jonas.jtests.clients.exception
Class F_CatcherEC2

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.objectweb.jonas.jtests.util.JTestCase
                    |
                    +--org.objectweb.jonas.jtests.clients.exception.A_Catcher
                          |
                          +--org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity
                                |
                                +--org.objectweb.jonas.jtests.clients.exception.F_CatcherEC2
All Implemented Interfaces:
junit.framework.Test

public class F_CatcherEC2
extends A_CatcherEntity


Field Summary
protected static AccountEHome home
           
 
Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase
ictx, isInit, jonasName, msgerror, testtorun, utx
 
Constructor Summary
F_CatcherEC2(java.lang.String name)
           
 
Method Summary
 AccountEHome getHome()
          return AccontHome, that can be either BMP or CMP bean.
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
          This suite is all CMP version 2 test cases
 
Methods inherited from class org.objectweb.jonas.jtests.clients.exception.A_CatcherEntity
getAccount, getAccountS, testApplicationCallerTx2, testApplicationContTx2, testApplicationContTxRb2, testApplicationHomeContTx, testApplicationHomeNoTx, testApplicationHomeUserTx, testApplicationRemovePkContTx, testApplicationRemovePkUserTx, testApplicationRemoveThisContTx, testApplicationRemoveThisUserTx, testRuntimeCallerTx, testRuntimeContTx, testUncheckedHomeContTx, testUncheckedHomeUserTx
 
Methods inherited from class org.objectweb.jonas.jtests.clients.exception.A_Catcher
setUp, testApplicationCallerTx1, testApplicationContTx1, testApplicationContTxRb1, testApplicationNotTx, testApplicationNoTx, testEJBContTx, testRemoteCallerTx, testUncheckedCallerTx, testUncheckedContTx, testUncheckedNoTx
 
Methods inherited from class org.objectweb.jonas.jtests.util.JTestCase
debug, getDBEnv, random, sleep, tearDown, testEmpty, unloadBeans, useBeans
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

home

protected static AccountEHome home
Constructor Detail

F_CatcherEC2

public F_CatcherEC2(java.lang.String name)
Method Detail

getHome

public AccountEHome getHome()
Description copied from class: A_CatcherEntity
return AccontHome, that can be either BMP or CMP bean.
Overrides:
getHome in class A_CatcherEntity

suite

public static junit.framework.Test suite()
This suite is all CMP version 2 test cases

main

public static void main(java.lang.String[] args)