Test Case Method Identifier
constructor
Test Items
The purpose of testing the constructor is to check whether it functions properly by checking the creation of a single graph.
Input Specification
Add an object of singlegraph 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.