|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.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
public class EjbqlLocalTest
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, initialContext |
Fields inherited from class org.apache.openejb.test.NamedTestCase |
---|
testName |
Fields inherited from class org.apache.openejb.test.NumberedTestCase |
---|
standardPrefix |
Constructor Summary | |
---|---|
EjbqlLocalTest()
|
Method Summary | |
---|---|
protected void |
setUp()
Sets up the fixture, for example, open a network connection. |
protected void |
tearDown()
|
void |
testSelectCollectionBooleanField()
Select a collection boolean field |
void |
testSelectCollectionByteField()
Select a collection byte field |
void |
testSelectCollectionCharField()
Select a collection char field |
void |
testSelectCollectionDoubleField()
Select a collection double field |
void |
testSelectCollectionFloatField()
Select a collection float field |
void |
testSelectCollectionIntField()
Select a collection int field |
void |
testSelectCollectionLocalEjb()
Select a collection local ejb |
void |
testSelectCollectionLongField()
Select a collection long field |
void |
testSelectCollectionRemoteEjb()
Select a collection remote ejb |
void |
testSelectCollectionShortField()
Select a collection short field |
void |
testSelectCollectionStringField()
Select a collection string field |
void |
testSelectSingleBooleanField()
Select a single boolean field |
void |
testSelectSingleByteField()
Select a single byte field |
void |
testSelectSingleCharField()
Select a single char field |
void |
testSelectSingleDoubleField()
Select a single double field |
void |
testSelectSingleFloatField()
Select a single float field |
void |
testSelectSingleIntField()
Select a single int field |
void |
testSelectSingleLocalEjb()
Select a single local ejb |
void |
testSelectSingleLongField()
Select a single long field |
void |
testSelectSingleRemoteEjb()
Select a single remote ejb |
void |
testSelectSingleShortField()
Select a single short field |
void |
testSelectSingleStringField()
Select a single string field |
Methods inherited from class org.apache.openejb.test.NamedTestCase |
---|
name |
Methods inherited from class org.apache.openejb.test.NumberedTestCase |
---|
countTestCases, createTest, createTestName, removePrefix, removePrefix, run, run, runTestMethod, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EjbqlLocalTest()
Method Detail |
---|
protected void setUp() throws Exception
Cmp2TestClient
setUp
in class Cmp2TestClient
Exception
protected void tearDown() throws Exception
tearDown
in class Cmp2TestClient
Exception
public void testSelectSingleStringField() throws Exception
Exception
public void testSelectSingleBooleanField() throws Exception
Exception
public void testSelectSingleCharField() throws Exception
Exception
public void testSelectSingleByteField() throws Exception
Exception
public void testSelectSingleShortField() throws Exception
Exception
public void testSelectSingleIntField() throws Exception
Exception
public void testSelectSingleLongField() throws Exception
Exception
public void testSelectSingleFloatField() throws Exception
Exception
public void testSelectSingleDoubleField() throws Exception
Exception
public void testSelectCollectionStringField() throws Exception
Exception
public void testSelectCollectionBooleanField() throws Exception
Exception
public void testSelectCollectionCharField() throws Exception
Exception
public void testSelectCollectionByteField() throws Exception
Exception
public void testSelectCollectionShortField() throws Exception
Exception
public void testSelectCollectionIntField() throws Exception
Exception
public void testSelectCollectionLongField() throws Exception
Exception
public void testSelectCollectionFloatField() throws Exception
Exception
public void testSelectCollectionDoubleField() throws Exception
Exception
public void testSelectSingleLocalEjb() throws Exception
Exception
public void testSelectSingleRemoteEjb() throws Exception
Exception
public void testSelectCollectionLocalEjb() throws Exception
Exception
public void testSelectCollectionRemoteEjb() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |