Test Case Method Identifier
constructor
Test Items
The purpose of the test is to check that by simply creating a new Path object the created path is empty. Thus it is testing the constructor. Methods to be used: path.empty()
Input Specification
Add an object of Single Graph class and an object of Path class.
Output Specification
Assert that return value is true when calling the empty method on the created path.