Class EjbqlLocalTest
java.lang.Object
org.junit.Assert
org.apache.openejb.test.NumberedTestCase
org.apache.openejb.test.NamedTestCase
org.apache.openejb.test.entity.cmp2.Cmp2TestClient
org.apache.openejb.test.entity.cmp2.EjbqlLocalTest
- All Implemented Interfaces:
junit.framework.Test
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.openejb.test.NumberedTestCase
NumberedTestCase.NamedTest, NumberedTestCase.TestSetup, NumberedTestCase.TestTearDown -
Field Summary
Fields inherited from class org.apache.openejb.test.entity.cmp2.Cmp2TestClient
ejbHandle, ejbHomeHandle, ejbMetaData, ejbPrimaryKey, initialContextFields inherited from class org.apache.openejb.test.NamedTestCase
testNameFields inherited from class org.apache.openejb.test.NumberedTestCase
standardPrefix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetUp()Sets up the fixture, for example, open a network connection.protected voidtearDown()voidSelect a collection boolean fieldvoidSelect a collection byte fieldvoidSelect a collection char fieldvoidSelect a collection double fieldvoidSelect a collection float fieldvoidSelect a collection int fieldvoidSelect a collection local ejbvoidSelect a collection long fieldvoidSelect a collection remote ejbvoidSelect a collection short fieldvoidSelect a collection string fieldvoidSelect a single boolean fieldvoidSelect a single byte fieldvoidSelect a single char fieldvoidSelect a single double fieldvoidSelect a single float fieldvoidSelect a single int fieldvoidSelect a single local ejbvoidSelect a single long fieldvoidSelect a single remote ejbvoidSelect a single short fieldvoidSelect a single string fieldMethods inherited from class org.apache.openejb.test.NamedTestCase
nameMethods inherited from class org.apache.openejb.test.NumberedTestCase
countTestCases, createTest, createTestName, removePrefix, removePrefix, run, run, runTestMethod, toStringMethods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertThrows, assertThrows, assertTrue, assertTrue, fail, fail
-
Constructor Details
-
EjbqlLocalTest
public EjbqlLocalTest()
-
-
Method Details
-
setUp
Description copied from class:Cmp2TestClientSets up the fixture, for example, open a network connection. This method is called before a test is executed.- Overrides:
setUpin classCmp2TestClient- Throws:
Exception
-
tearDown
- Overrides:
tearDownin classCmp2TestClient- Throws:
Exception
-
testSelectSingleStringField
Select a single string field- Throws:
Exception
-
testSelectSingleBooleanField
Select a single boolean field- Throws:
Exception
-
testSelectSingleCharField
Select a single char field- Throws:
Exception
-
testSelectSingleByteField
Select a single byte field- Throws:
Exception
-
testSelectSingleShortField
Select a single short field- Throws:
Exception
-
testSelectSingleIntField
Select a single int field- Throws:
Exception
-
testSelectSingleLongField
Select a single long field- Throws:
Exception
-
testSelectSingleFloatField
Select a single float field- Throws:
Exception
-
testSelectSingleDoubleField
Select a single double field- Throws:
Exception
-
testSelectCollectionStringField
Select a collection string field- Throws:
Exception
-
testSelectCollectionBooleanField
Select a collection boolean field- Throws:
Exception
-
testSelectCollectionCharField
Select a collection char field- Throws:
Exception
-
testSelectCollectionByteField
Select a collection byte field- Throws:
Exception
-
testSelectCollectionShortField
Select a collection short field- Throws:
Exception
-
testSelectCollectionIntField
Select a collection int field- Throws:
Exception
-
testSelectCollectionLongField
Select a collection long field- Throws:
Exception
-
testSelectCollectionFloatField
Select a collection float field- Throws:
Exception
-
testSelectCollectionDoubleField
Select a collection double field- Throws:
Exception
-
testSelectSingleLocalEjb
Select a single local ejb- Throws:
Exception
-
testSelectSingleRemoteEjb
Select a single remote ejb- Throws:
Exception
-
testSelectCollectionLocalEjb
Select a collection local ejb- Throws:
Exception
-
testSelectCollectionRemoteEjb
Select a collection remote ejb- Throws:
Exception
-