Test Case Method Identifier
pop
Test Items
The purpose of testing the pop method is to check whether edges and nodes are removed properly by using the popEdge and popNode methods.
Input Specification
To test the pop methods different inputs should be used such as multiple nodes and edges in a given SingleGraph instance.
Output Specification
Assert that the number of the edges and nodes after the calling of the popNode and popEdge correspond to the expected quantity.