org.objectweb.jonas.jtests.clients.transaction
Class F_TxAttributeSF

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.objectweb.jonas.jtests.util.JTestCase
                    |
                    +--org.objectweb.jonas.jtests.clients.transaction.A_TxAttribute
                          |
                          +--org.objectweb.jonas.jtests.clients.transaction.A_TxAttrSession
                                |
                                +--org.objectweb.jonas.jtests.clients.transaction.F_TxAttributeSF
All Implemented Interfaces:
junit.framework.Test

public class F_TxAttributeSF
extends A_TxAttrSession

TxAttribute tests on session bean


Field Summary
protected static SimpleSHome home
           
 
Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase
ictx, isInit, jonasName, msgerror, testtorun, utx
 
Constructor Summary
F_TxAttributeSF(java.lang.String name)
           
 
Method Summary
 Simple getSimple(int i)
          Create a bean and return it.
static void main(java.lang.String[] args)
           
protected  void setUp()
          init environment: - load beans - create/init database for entities.
static junit.framework.Test suite()
          This suite is all BMP test cases
 
Methods inherited from class org.objectweb.jonas.jtests.clients.transaction.A_TxAttribute
testMandatory, testMandatoryTx, testNever, testNeverTx, testNotSupported, testNotSupportedTx, testNoTx, testRequired, testRequiredRequiresNew, testRequiredRequiresNew2, testRequiredTx, testRequiresNew, testRequiresNewTx, testSupports, testSupportsTx
 
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 SimpleSHome home
Constructor Detail

F_TxAttributeSF

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

getSimple

public Simple getSimple(int i)
                 throws java.lang.Exception
Create a bean and return it.
Overrides:
getSimple in class A_TxAttribute

setUp

protected void setUp()
init environment: - load beans - create/init database for entities.
Overrides:
setUp in class JTestCase

suite

public static junit.framework.Test suite()
This suite is all BMP test cases

main

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