Class EjbqlLocalTest

All Implemented Interfaces:
junit.framework.Test

public class EjbqlLocalTest extends Cmp2TestClient
  • Constructor Details

    • EjbqlLocalTest

      public EjbqlLocalTest()
  • Method Details

    • setUp

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

      protected void tearDown() throws Exception
      Overrides:
      tearDown in class Cmp2TestClient
      Throws:
      Exception
    • testSelectSingleStringField

      public void testSelectSingleStringField() throws Exception
      Select a single string field
      Throws:
      Exception
    • testSelectSingleBooleanField

      public void testSelectSingleBooleanField() throws Exception
      Select a single boolean field
      Throws:
      Exception
    • testSelectSingleCharField

      public void testSelectSingleCharField() throws Exception
      Select a single char field
      Throws:
      Exception
    • testSelectSingleByteField

      public void testSelectSingleByteField() throws Exception
      Select a single byte field
      Throws:
      Exception
    • testSelectSingleShortField

      public void testSelectSingleShortField() throws Exception
      Select a single short field
      Throws:
      Exception
    • testSelectSingleIntField

      public void testSelectSingleIntField() throws Exception
      Select a single int field
      Throws:
      Exception
    • testSelectSingleLongField

      public void testSelectSingleLongField() throws Exception
      Select a single long field
      Throws:
      Exception
    • testSelectSingleFloatField

      public void testSelectSingleFloatField() throws Exception
      Select a single float field
      Throws:
      Exception
    • testSelectSingleDoubleField

      public void testSelectSingleDoubleField() throws Exception
      Select a single double field
      Throws:
      Exception
    • testSelectCollectionStringField

      public void testSelectCollectionStringField() throws Exception
      Select a collection string field
      Throws:
      Exception
    • testSelectCollectionBooleanField

      public void testSelectCollectionBooleanField() throws Exception
      Select a collection boolean field
      Throws:
      Exception
    • testSelectCollectionCharField

      public void testSelectCollectionCharField() throws Exception
      Select a collection char field
      Throws:
      Exception
    • testSelectCollectionByteField

      public void testSelectCollectionByteField() throws Exception
      Select a collection byte field
      Throws:
      Exception
    • testSelectCollectionShortField

      public void testSelectCollectionShortField() throws Exception
      Select a collection short field
      Throws:
      Exception
    • testSelectCollectionIntField

      public void testSelectCollectionIntField() throws Exception
      Select a collection int field
      Throws:
      Exception
    • testSelectCollectionLongField

      public void testSelectCollectionLongField() throws Exception
      Select a collection long field
      Throws:
      Exception
    • testSelectCollectionFloatField

      public void testSelectCollectionFloatField() throws Exception
      Select a collection float field
      Throws:
      Exception
    • testSelectCollectionDoubleField

      public void testSelectCollectionDoubleField() throws Exception
      Select a collection double field
      Throws:
      Exception
    • testSelectSingleLocalEjb

      public void testSelectSingleLocalEjb() throws Exception
      Select a single local ejb
      Throws:
      Exception
    • testSelectSingleRemoteEjb

      public void testSelectSingleRemoteEjb() throws Exception
      Select a single remote ejb
      Throws:
      Exception
    • testSelectCollectionLocalEjb

      public void testSelectCollectionLocalEjb() throws Exception
      Select a collection local ejb
      Throws:
      Exception
    • testSelectCollectionRemoteEjb

      public void testSelectCollectionRemoteEjb() throws Exception
      Select a collection remote ejb
      Throws:
      Exception