|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.ow2.bonita.pvm.test.base.PVMTestCase
org.ow2.bonita.pvm.test.base.EnvironmentFactoryTestCase
org.ow2.bonita.pvm.test.base.DbTestCase
public abstract class DbTestCase
for tests that use persistence through a command service. The DB is cleaned inbetween tests. No environment is created.
Field Summary | |
---|---|
protected CommandService |
commandService
|
protected ExecutionService |
executionService
|
protected ManagementService |
managementService
|
protected ProcessService |
processService
|
Fields inherited from class org.ow2.bonita.pvm.test.base.PVMTestCase |
---|
LOG |
Constructor Summary | |
---|---|
DbTestCase()
|
|
DbTestCase(java.lang.String configResource)
|
Method Summary | |
---|---|
void |
setUp()
|
void |
tearDown()
|
Methods inherited from class org.ow2.bonita.pvm.test.base.EnvironmentFactoryTestCase |
---|
getEnvironmentFactory |
Methods inherited from class org.ow2.bonita.pvm.test.base.PVMTestCase |
---|
assertTextPresent, openEnvironment, runTest |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, setName, 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 |
Field Detail |
---|
protected CommandService commandService
protected ProcessService processService
protected ExecutionService executionService
protected ManagementService managementService
Constructor Detail |
---|
public DbTestCase()
public DbTestCase(java.lang.String configResource)
Method Detail |
---|
public void setUp() throws java.lang.Exception
setUp
in class PVMTestCase
java.lang.Exception
public void tearDown() throws java.lang.Exception
tearDown
in class PVMTestCase
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |