public class NodeMapTest extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NodeMapTest.TestNode |
Modifier and Type | Field and Description |
---|---|
private Graph |
graph |
private NodeMap<Integer> |
map |
private NodeMapTest.TestNode[] |
nodes |
Constructor and Description |
---|
NodeMapTest() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
assertionsEnabled() |
void |
before() |
void |
testEmpty() |
void |
testNewGet() |
void |
testNewGetAndGrow() |
void |
testNewSet() |
void |
testNewSetAndGrow() |
void |
testSimple() |
void |
testSimpleChanged() |
private NodeMapTest.TestNode[] nodes
public NodeMapTest()
public void before()
public void testEmpty()
public void testSimple()
public void testSimpleChanged()
private static boolean assertionsEnabled()
public void testNewGet()
public void testNewSet()
public void testNewGetAndGrow()
public void testNewSetAndGrow()