public class JUnitSimulator.JUnitSimulationListener extends Object implements SimulationListener
| Constructor and Description |
|---|
JUnitSimulator.JUnitSimulationListener() |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
createTestCase(Step step)
This method creates a testcase entry for the supplied step.
|
void |
failed(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been unsuccessful.
|
void |
start(Trace trace)
This method identifies when a trace simulation has started.
|
void |
start(Trace trace,
Step step)
This method identifies when the simulation of trace step has
started.
|
void |
stop(Trace trace)
This method identifies when a trace simulation has stopped.
|
void |
successful(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been successful.
|
public JUnitSimulator.JUnitSimulationListener()
public void start(Trace trace)
start in interface SimulationListenertrace - The tracepublic void start(Trace trace, Step step)
start in interface SimulationListenertrace - The tracestep - The steppublic void successful(Trace trace, Step step)
successful in interface SimulationListenertrace - The tracestep - The stepprotected Element createTestCase(Step step)
step - The step being simulatedpublic void failed(Trace trace, Step step)
failed in interface SimulationListenertrace - The tracestep - The steppublic void stop(Trace trace)
stop in interface SimulationListenertrace - The traceCopyright © 2014. All Rights Reserved.