Closed coreybasden closed 2 weeks ago
Scenario: Add Method Given I am on the method management screen of the program, And I type "add method 'method name' to 'class name'", Then I should see a message stating "method 'method name' added to 'class name'" And the UML Diagram will update for the specified class with the new method.
As a user, I want to be able to add new methods to a class, So that they are visually represented on the UML diagram for that class.