|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--org.objectweb.jonas_ejb.deployment.api.TestRelativesDeployment
Test case based on the relatives
EJB module.
This modules include one-to-one, one=to-many, and many-to-many relationships.
Constructor Summary | |
TestRelativesDeployment(java.lang.String n)
constructor called before running each testMethod (except when serialisation is involved) |
Method Summary | |
static void |
main(java.lang.String[] args)
main method to launch the tests manually |
protected void |
setUp()
method called before running each testMethod |
static junit.framework.Test |
suite()
create a suite with all test methods of this class |
protected void |
tearDown()
method called after running each testMethod |
void |
testRelativesDeploymentDesc()
test CMP2 properties of JOnAS meta-info |
void |
testRelativesJormSchema()
test the struture of the generated JORM schema |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestRelativesDeployment(java.lang.String n)
Method Detail |
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
public void testRelativesDeploymentDesc() throws java.lang.Exception
public void testRelativesJormSchema() throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |