Class SingletonContainerTxTests

java.lang.Object
org.junit.Assert
org.apache.openejb.test.NumberedTestCase
org.apache.openejb.test.NamedTestCase
org.apache.openejb.test.singleton.SingletonContainerTxTests
All Implemented Interfaces:
junit.framework.Test

public class SingletonContainerTxTests extends NamedTestCase
[1] Should be run as the first test suite of the SingletonTestClients
  • Field Details

  • Constructor Details

    • SingletonContainerTxTests

      public SingletonContainerTxTests()
  • Method Details

    • setUp

      protected void setUp() throws Exception
      Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
      Overrides:
      setUp in class NumberedTestCase
      Throws:
      Exception
    • tearDown

      protected void tearDown() throws Exception
      Tears down the fixture, for example, close a network connection. This method is called after a test is executed.
      Overrides:
      tearDown in class NumberedTestCase
      Throws:
      Exception
    • test01_txMandatory_withoutTx

      public void test01_txMandatory_withoutTx()
    • test02_txNever_withoutTx

      public void test02_txNever_withoutTx()
    • test03_txNotSupported_withoutTx

      public void test03_txNotSupported_withoutTx()
    • test04_txRequired_withoutTx

      public void test04_txRequired_withoutTx()
    • test05_txRequiresNew_withoutTx

      public void test05_txRequiresNew_withoutTx()
    • test06_txSupports_withoutTx

      public void test06_txSupports_withoutTx()
    • test07_txMandatory_withTx

      public void test07_txMandatory_withTx()
    • test08_txNever_withTx

      public void test08_txNever_withTx()
    • test09_txNotSupported_withTx

      public void test09_txNotSupported_withTx()
    • test10_txRequired_withTx

      public void test10_txRequired_withTx()
    • test11_txRequiresNew_withTx

      public void test11_txRequiresNew_withTx()
    • test12_txSupports_withTx

      public void test12_txSupports_withTx()
    • test01_txMandatory_withoutTx_appException

      public void test01_txMandatory_withoutTx_appException()
    • test02_txNever_withoutTx_appException

      public void test02_txNever_withoutTx_appException()
    • test03_txNotSupported_withoutTx_appException

      public void test03_txNotSupported_withoutTx_appException()
    • test04_txRequired_withoutTx_appException

      public void test04_txRequired_withoutTx_appException()
    • test05_txRequiresNew_withoutTx_appException

      public void test05_txRequiresNew_withoutTx_appException()
    • test06_txSupports_withoutTx_appException

      public void test06_txSupports_withoutTx_appException()
    • test07_txMandatory_withTx_appException

      public void test07_txMandatory_withTx_appException()
    • test08_txNever_withTx_appException

      public void test08_txNever_withTx_appException()
    • test09_txNotSupported_withTx_appException

      public void test09_txNotSupported_withTx_appException()
    • test10_txRequired_withTx_appException

      public void test10_txRequired_withTx_appException()
    • test11_txRequiresNew_withTx_appException

      public void test11_txRequiresNew_withTx_appException()
    • test12_txSupports_withTx_appException

      public void test12_txSupports_withTx_appException()
    • test01_txMandatory_withoutTx_sysException

      public void test01_txMandatory_withoutTx_sysException()
    • test02_txNever_withoutTx_sysException

      public void test02_txNever_withoutTx_sysException()
    • test03_txNotSupported_withoutTx_sysException

      public void test03_txNotSupported_withoutTx_sysException()
    • test04_txRequired_withoutTx_sysException

      public void test04_txRequired_withoutTx_sysException()
    • test05_txRequiresNew_withoutTx_sysException

      public void test05_txRequiresNew_withoutTx_sysException()
    • test06_txSupports_withoutTx_sysException

      public void test06_txSupports_withoutTx_sysException()
    • test07_txMandatory_withTx_sysException

      public void test07_txMandatory_withTx_sysException()
    • test08_txNever_withTx_sysException

      public void test08_txNever_withTx_sysException()
    • test09_txNotSupported_withTx_sysException

      public void test09_txNotSupported_withTx_sysException()
    • test10_txRequired_withTx_sysException

      public void test10_txRequired_withTx_sysException()
    • test11_txRequiresNew_withTx_sysException

      public void test11_txRequiresNew_withTx_sysException()
    • test12_txSupports_withTx_sysException

      public void test12_txSupports_withTx_sysException()