public class NodeTest
extends java.lang.Object
Constructor and Description |
---|
NodeTest() |
Modifier and Type | Method and Description |
---|---|
void |
beforeEach() |
void |
testCreate() |
void |
testEqualNodes() |
void |
testGetEventFromId() |
void |
testGetKnownRoutes() |
void |
testGetOneNeighbour() |
void |
testGetPosition() |
void |
testInsertNeighbor() |
void |
testRetrieveEvent() |
void |
testSpawnAgent() |
void |
testSpawnQueries() |
void |
testUnsetBusyCorrect() |
void |
testUnsetBusyIncorrect() |
void |
testUpdate() |
@BeforeEach public void beforeEach()
@Test public void testCreate()
@Test public void testGetPosition()
@Test public void testGetEventFromId()
@Test public void testUpdate()
@Test public void testInsertNeighbor()
@Test public void testSpawnAgent()
@Test public void testSpawnQueries()
@Test public void testGetOneNeighbour()
@Test public void testEqualNodes()
@Test public void testGetKnownRoutes()
@Test public void testUnsetBusyIncorrect()
@Test public void testUnsetBusyCorrect()
@Test public void testRetrieveEvent()