Test Case Identifier
TC-SG_C09
Test Items
The purpose of the test is to check that the method used to connect two existing nodes with an edge is functioning properly.
Methods to be used: getNode(), getEdge(), getEdgeBetween().
Input Specification
Test Case Specification:
Add an object of Single Graph class, two nodes and an edge between the two nodes.
Output Specification
Assert that the added edge object is returned when calling the getEdgeBetween() method between the two nodes.