Test Case Identifier
TC-MG_C08
Test Items
The purpose of this test is to check that created one 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 MultiGraph class, two nodes and one edge between them.
Output Specification
Assert that the added edge object is not null and that its id is the one assigned to it when adding it.