public class DepthFirstIteratorTest extends Object
Modifier and Type | Field and Description |
---|---|
static org.junit.rules.TestRule |
classWatchman |
org.junit.rules.TestRule |
watchman |
Constructor and Description |
---|
DepthFirstIteratorTest() |
Modifier and Type | Method and Description |
---|---|
private Tree<Vertex,Edge<Vertex>> |
createTree(int numVertices) |
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testHasNext()
Test of hasNext method, of class DepthFirstIterator.
|
void |
testNext()
Test of next method, of class DepthFirstIterator.
|
void |
testRemove()
Test of remove method, of class DepthFirstIterator.
|
public static org.junit.rules.TestRule classWatchman
public org.junit.rules.TestRule watchman
public static void setUpClass()
public static void tearDownClass()
public void setUp()
public void tearDown()
public void testHasNext()
public void testNext()
public void testRemove()
Copyright © 2015 University of Glasgow. All rights reserved.