|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEJBTestCase
org.jboss.test.cmp2.lob.LOBUnitTestCase
A test suite to check JBoss data mapping to/from Large Binary Objects (LOBs).
net.sourceforge.junitejb.EJBTestCase
,
Serialized FormConstructor Summary | |
LOBUnitTestCase(java.lang.String name)
|
Method Summary | |
void |
setUpEJB()
Lookup the LOB lobHome and cache it. |
static Test |
suite()
|
void |
tearDownEJB()
Remove data references so that they can be garbage collected if needed. |
void |
testBinaryDataField()
|
void |
testBinaryLoad()
Attempt to load each entity in turn and verify that they contain the binary data with which they were created. |
void |
testCleanGetValueHolder()
|
void |
testCreate0()
Attempt to create a LOB entity with NULL attributes. |
void |
testCreate1()
Attempt to create a LOB entity with the small dataset. |
void |
testCreate2()
Attempt to create a LOB entity with a large text object and a small binary object. |
void |
testCreate3()
Attempt to create a LOB entity with the small text object and a large binary object. |
void |
testCreate4()
Attempt to create a LOB entity with the large dataset. |
void |
testListCMPField()
|
void |
testLoad1()
Verify the data set created by testCreate1() . |
void |
testLoad2()
Verify the data set created by . |
void |
testLoad3()
Verify the data set created by . |
void |
testLoad4()
Verify the data set created by . |
void |
testMapCMPField()
|
void |
testNullLoad()
Attempt to load the entity created above and ensure that we can recover the null attributes. |
void |
testSetCMPField()
|
void |
testStateFactoryValueHolder()
|
void |
testTextLoad()
Attempt to load each entity in turn and verify that they contain the text data with which they were created. |
void |
testValueHolder()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LOBUnitTestCase(java.lang.String name) throws java.io.IOException
Method Detail |
public static Test suite() throws java.lang.Exception
java.lang.Exception
public void testCreate0() throws java.lang.Exception
java.lang.Exception
public void testNullLoad() throws java.lang.Exception
java.lang.Exception
public void testCreate1() throws java.lang.Exception
java.lang.Exception
public void testLoad1() throws java.lang.Exception
testCreate1()
.
java.lang.Exception
public void testCreate2() throws java.lang.Exception
java.lang.Exception
public void testLoad2() throws java.lang.Exception
java.lang.Exception
public void testCreate3() throws java.lang.Exception
java.lang.Exception
public void testLoad3() throws java.lang.Exception
java.lang.Exception
public void testCreate4() throws java.lang.Exception
java.lang.Exception
public void testLoad4() throws java.lang.Exception
java.lang.Exception
public void testTextLoad() throws java.lang.Exception
java.lang.Exception
public void testBinaryLoad() throws java.lang.Exception
java.lang.Exception
public void testMapCMPField() throws java.lang.Exception
java.lang.Exception
public void testSetCMPField() throws java.lang.Exception
java.lang.Exception
public void testListCMPField() throws java.lang.Exception
java.lang.Exception
public void testBinaryDataField() throws java.lang.Exception
java.lang.Exception
public void testValueHolder() throws java.lang.Exception
java.lang.Exception
public void testCleanGetValueHolder() throws java.lang.Exception
java.lang.Exception
public void testStateFactoryValueHolder() throws java.lang.Exception
java.lang.Exception
public void setUpEJB() throws java.lang.Exception
java.lang.Exception
public void tearDownEJB() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |