Test Case Identifier
TC-MG_C06
Test Items
The purpose of this test is to check that the multi graph constructor is functioning properly i.e. if by creating a Multigraph with a specified id the class actually instantiate a Multigraph with that id. Method to be used: get.Id().
Input Specification
Test Case Specification:
Add an object of MultiGraph class.
Output Specification
Assert that the graph object is not null and that the id of the graph is the one assigned when adding it.