Class MdbPojoContextLookupTests

All Implemented Interfaces:
junit.framework.Test

public class MdbPojoContextLookupTests extends MdbTestClient
  • Field Details

  • Constructor Details

    • MdbPojoContextLookupTests

      public MdbPojoContextLookupTests()
  • Method Details

    • setUp

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

      protected void tearDown() throws Exception
      Overrides:
      tearDown in class NumberedTestCase
      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_lookupCharacterEntry

      public void test09_lookupCharacterEntry()
    • test10_lookupEntityBean

      public void test10_lookupEntityBean()
    • test11_lookupStatefulBean

      public void test11_lookupStatefulBean()
    • test12_lookupStatelessBean

      public void test12_lookupStatelessBean()
    • test13_lookupResource

      public void test13_lookupResource()
    • test14_lookupPersistenceUnit

      public void test14_lookupPersistenceUnit()
    • test15_lookupPersistenceContext

      public void test15_lookupPersistenceContext()
    • test18_lookupMessageDrivenContext

      public void test18_lookupMessageDrivenContext()
    • test23_lookupJMSConnectionFactory

      public void test23_lookupJMSConnectionFactory()