| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.entity.F_Remon
F_Remon | public class F_Remon extends JTestCase (Code) | | This test suite tests specifics mapping used in some applications
for example, cmr field and cmp field mapped on the same table column
author: Philippe Durieux |
Field Summary | |
protected boolean | isInit |
Method Summary | |
public static void | main(String args) | protected void | setUp() setup is called before each test case. | public static Test | suite() Run all the tests of this suite. | protected void | tearDown() teardown is called after each test case. | public void | testCreateMain() |
isInit | protected boolean isInit(Code) | | |
F_Remon | public F_Remon(String name)(Code) | | Standard constructor
|
setUp | protected void setUp()(Code) | | setup is called before each test case.
If not initialized, load the remon bean and lookup the Home.
|
suite | public static Test suite()(Code) | | Run all the tests of this suite.
|
tearDown | protected void tearDown() throws Exception(Code) | | teardown is called after each test case.
Notes for debugging :
To see DataBase state after a test is passed :
Replace the cleanall() by sync(false).
|
|
|