public class StateMachineTest extends Object
| Constructor and Description |
|---|
StateMachineTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
initStateMachine()
Run before every test case.
|
void |
testChangeState()
Test the Change State operation.
|
void |
testCloneState()
Test the Clone state behaviour.
|
void |
testInitOk() |
void |
testInvariantFailurePlugin()
Make sure InvariantViolationPlugin executed.
|
void |
testInvariants()
Make sure Invariants are executed!
|
void |
testOnNewStatePlugin()
Make sure On new State Plugin executed.
|
void |
testRewind()
Test the Rewind Operation.
|
public void initStateMachine()
public void testInitOk()
public void testChangeState()
public void testCloneState()
public void testRewind()
public void testInvariants()
public void testOnNewStatePlugin()
public void testInvariantFailurePlugin()
Copyright © 2007-2013. All Rights Reserved.