Test Case Identifier
TC-SG_C02
Test Items
The purpose of this test is to check if the edges added to the singlegraph are removed
correctly.
Methods to be used: addNode(), addEdge() and removeEdge()
Input Specification
Test Case Specification:
Add an object of singlegraph class, three nodes and two edges between three nodes. Remove one of the edges.
Output Specification
Assert that the number of edges equals one.