Test Case Identifier
TC-MG_C05
Test Items
The purpose of this test is to check if it is possible to add multiple edges between two nodes. Methods to be used: addNode(), addEdge(), getEdgeCount().
Input Specification
Test Case Specification:
Add an object of MultiGraph class, two nodes and two edges between them (both using the first node as a source and the second node as a target).
Output Specification
Assert that the number of edges added is 2 using the getEdgeCount() method.