Test Case Method Identifier
step
Test Items
The purpose of testing the step method is to check whether the getStep method work correctly. This means that given a SingleGraph the method should return the correct step.
Input Specification
To test the step methods we first create a Graph and then tested the method with a given step.
Output Specification
Assert that the output step from the getStep method corresponds to the expected one.