Test Case Method Identifier
removeLoops
Test Items
The purpose of testing the removeLoops method is to check whether it will remove any loops created in the path.
Input Specification
To test the removeLoops method different inputs should be used such as multiple nodes connected as loop, multiple edges and a given SingleGraph.
Output Specification
Assert that the removeLoops methods correctly remove the loops created by testing it on the give looped edges and nodes.