Closed almenjonatan closed 9 years ago
removed: comment as the code was self-explanatory that it is the State class which is under test, and the test methods describe the functionallity
added: setUp method which is run before every test method. duplicate code could then be removed.
added: a build method which builds a state with one state. duplicate code could then be removed from testTransitions and toString method.
removed: comment as the code was self-explanatory that it is the State class which is under test, and the test methods describe the functionallity
added: setUp method which is run before every test method. duplicate code could then be removed.
added: a build method which builds a state with one state. duplicate code could then be removed from testTransitions and toString method.