public class TestProcedureRecovery
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestProcedureRecovery.BaseTestStepProcedure |
static class |
TestProcedureRecovery.TestMultiStepProcedure |
static class |
TestProcedureRecovery.TestSingleStepProcedure |
static class |
TestProcedureRecovery.TestStateMachineProcedure |
| Constructor and Description |
|---|
TestProcedureRecovery() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testMultiStepProcRecovery() |
void |
testMultiStepRollbackRecovery() |
void |
testNoopLoad() |
void |
testSingleStepProcRecovery() |
void |
testStateMachineRecovery() |
void |
testStateMachineRollbackRecovery() |
public void setUp()
throws java.io.IOException
java.io.IOExceptionpublic void tearDown()
throws java.io.IOException
java.io.IOExceptionpublic void testNoopLoad()
throws java.lang.Exception
java.lang.Exceptionpublic void testSingleStepProcRecovery()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiStepProcRecovery()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiStepRollbackRecovery()
throws java.lang.Exception
java.lang.Exceptionpublic void testStateMachineRecovery()
throws java.lang.Exception
java.lang.Exceptionpublic void testStateMachineRollbackRecovery()
throws java.lang.Exception
java.lang.Exception