public abstract class AbstractActionTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ConfigurationGraph |
testGraph
The ConfigurationGraph, where the objects for the tests are stored.
|
| Constructor and Description |
|---|
AbstractActionTest() |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getNumberOfNodes()
get the number of nodes.
|
ConfigurationGraph |
getTestGraph()
getter for test graph.
|
void |
setTestGraph(ConfigurationGraph testGraph)
setter for test graph.
|
protected void |
testStartCondition()
the test start condition.
|
private ConfigurationGraph testGraph
public ConfigurationGraph getTestGraph()
public void setTestGraph(ConfigurationGraph testGraph)
testGraph - the test graphint getNumberOfNodes()
protected void testStartCondition()