public class RenameActionTest extends AbstractActionTest
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Point |
point
the point of the nodes.
|
private ConfigurationGraph |
testGraph
the ConfigurationGraph.
|
| Constructor and Description |
|---|
RenameActionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp()
Set the test environment.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testRenameActionadapter()
Test the RenameAction of an adapter.
|
void |
testRenameActionConfigRouter()
Test the RenameAction of an ConfigRouter.
|
void |
testRenameActionHost()
Test the RenameAction of an host.
|
void |
testRenameActionRouter()
Test the RenameAction of an router.
|
void |
testRenameActionSwitch()
Test the RenameAction of an host.
|
getNumberOfNodes, getTestGraph, setTestGraph, testStartConditionprivate ConfigurationGraph testGraph
private final java.awt.Point point
public static junit.framework.Test suite()
public void setUp()
throws LoadConfigurationGraphException
LoadConfigurationGraphException - the error is thrown if a problem occurs during loading.public void testRenameActionConfigRouter()
public void testRenameActionHost()
public void testRenameActionRouter()
public void testRenameActionadapter()
public void testRenameActionSwitch()