public class DeleteActionTest extends AbstractActionTest
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Point |
point
Point of the nodes.
|
private ConfigurationGraph |
testGraph
the testGraph.
|
| Constructor and Description |
|---|
DeleteActionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp()
Set the test environment.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testDeleteHost()
Select Host Device and execute DeleteAction.
|
void |
testDeleteNetworkAdapter()
Select NetworkAdapter and execute DelecteAction.
|
void |
testDeleteSwitch()
Select Switch and execute DelecteAction.
|
getNumberOfNodes, getTestGraph, setTestGraph, testStartConditionprivate final java.awt.Point point
private ConfigurationGraph testGraph
public static junit.framework.Test suite()
public void setUp()
throws LoadConfigurationGraphException
LoadConfigurationGraphException - the error is thrown if a problem occurs during loading.public void testDeleteHost()
public void testDeleteSwitch()
public void testDeleteNetworkAdapter()