| Package | Description |
|---|---|
| org.scribble.trace.model | |
| org.scribble.trace.simulation | |
| org.scribble.trace.simulation.junit |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageTransfer
This class represents a message being transferred between the specified
roles.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.setSucceeds(boolean succeeds)
This method sets the 'to' roles.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
Trace.getSteps()
This method returns the trace steps.
|
| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.setSteps(List<Step> steps)
This method sets the trace steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationListener.failed(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been unsuccessful.
|
void |
SimulationListener.start(Trace trace,
Step step)
This method identifies when the simulation of trace step has
started.
|
void |
SimulationListener.successful(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been successful.
|
| Modifier and Type | Method and Description |
|---|---|
protected Element |
JUnitSimulator.JUnitSimulationListener.createTestCase(Step step)
This method creates a testcase entry for the supplied step.
|
void |
JUnitSimulator.JUnitSimulationListener.failed(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been unsuccessful.
|
void |
JUnitSimulator.JUnitSimulationListener.start(Trace trace,
Step step)
This method identifies when the simulation of trace step has
started.
|
void |
JUnitSimulator.JUnitSimulationListener.successful(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been successful.
|
Copyright © 2014. All Rights Reserved.