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

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

public class F_BeanToLocalTx
extends JTestCase

Test for Bean to Bean transactions

Author:
Ph.Durieux

Field Summary
protected static SimpleSHome syhome
           
 
Fields inherited from class org.objectweb.jonas.jtests.util.JTestCase
ictx, isInit, jonasName, msgerror, testtorun, utx
 
Constructor Summary
F_BeanToLocalTx(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          common setUp routine, used for every test.
static junit.framework.Test suite()
           
 void testSY2LNS()
          SY/Required -> Local/NotSupported
 void testSY2LRN()
          SY/Required -> Local/RequiresNew
 
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

syhome

protected static SimpleSHome syhome
Constructor Detail

F_BeanToLocalTx

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

setUp

protected void setUp()
Description copied from class: JTestCase
common setUp routine, used for every test.
Overrides:
setUp in class JTestCase

testSY2LRN

public void testSY2LRN()
                throws java.lang.Exception
SY/Required -> Local/RequiresNew

testSY2LNS

public void testSY2LNS()
                throws java.lang.Exception
SY/Required -> Local/NotSupported

suite

public static junit.framework.Test suite()

main

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