|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
com.savarese.algorithms.graph.EdgeTest
public class EdgeTest
EdgeTest tests the Edge class.
Constructor Summary | |
---|---|
EdgeTest()
|
Method Summary | |
---|---|
static com.savarese.algorithms.graph.Edge<java.lang.String,java.lang.Integer>[] |
createTestEdges()
Creates an array of edges for use by tests. |
void |
testConstructor()
Instantiates several Edge<String, Integer>
instances in succession and verifies that all getter methods
return results equivalent to the constructor parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeTest()
Method Detail |
---|
public static com.savarese.algorithms.graph.Edge<java.lang.String,java.lang.Integer>[] createTestEdges()
public void testConstructor()
Edge<String, Integer>
instances in succession and verifies that all getter methods
return results equivalent to the constructor parameters.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |