Test Case Method Identifier
push
Test Items
The purpose of testing the push method is to check whether the pathPush works correctly under different conditions.
Input Specification
To test the push methods different inputs should be used such as a SingleGraph with a new root and multiple edges.
Output Specification
Assert that after the push the number of edges and nodes correspond to the expected number.