$darkmode
DENOPTIM
|
Unit test. More...
Public Member Functions | |
void | testUndirectedComparison () throws Exception |
void | testGetDistance () throws Exception |
void | testGetCloserVertex () throws Exception |
Unit test.
Definition at line 34 of file RingTest.java.
void denoptim.graph.RingTest.testGetCloserVertex | ( | ) | throws Exception |
Definition at line 81 of file RingTest.java.
References denoptim.graph.Ring.getCloserTo(), denoptim.graph.Ring.getCloserToHead(), denoptim.graph.Ring.getCloserToTail(), denoptim.graph.Ring.getVertexAtPosition(), and denoptim.graph.Vertex.setBuildingBlockId().
void denoptim.graph.RingTest.testGetDistance | ( | ) | throws Exception |
Definition at line 62 of file RingTest.java.
References denoptim.graph.Ring.getDistance(), and denoptim.graph.Vertex.setBuildingBlockId().
void denoptim.graph.RingTest.testUndirectedComparison | ( | ) | throws Exception |
Definition at line 39 of file RingTest.java.
References denoptim.graph.Ring.indexOf(), denoptim.graph.Ring.insertVertex(), and denoptim.graph.Vertex.setBuildingBlockId().