Test Case Method Identifier
changeAttribute
Test Items
The purpose of testing the changeAttribute method is to check whether the method correctly sets a new value for an already existing attribute of the graph.
Input Specification
To test the changeAttribute method, we passed the label of an already existing attribute to the method, along with a new value.
Output Specification
Assert that the specified attribute actually contains the new value passed by changeAttribute.