Test Case Method Identifier
getEdgeSet
Test Items
The purpose of the test is to check that the set of edges that is retrieved by getEdgeSet() is immutable, as claimed in the method specification.
Input Specification
To test the getEdgeSet method, we created a SingleGraph (in the setup() method) and modified its edgeSet (removing/adding an element to the set).
Output Specification
Assert that the test case raises an UnsupportedOperationException.