Test Case Identifier
TC-SG_C06
Test Items
The purpose of this test is to check that a created edge, it is actually in the graph and has a given id.
Methods to be used: getEdge(), getId()
Input Specification
Test Case Specification:
Add an object of SingleGraph class, two nodes and one edge.
Output Specification
Assert that the added edge object is not null and that its id is the one assigned to it when adding it.