Closed coreybasden closed 2 weeks ago
Scenario: Rename a class
[1] class to rename exists, new name is valid From the home screen, when I input the class I want to rename I input the new, valid name, I want to give it The program accurately updates the class name and output “class has been renamed to ‘inputName”
[2] class to rename exists, new name is invalid From the home screen, when input the class I want to rename I input the new name I want to give it, but the new name is invalid The program will not rename the class and instead display “new name is invalid”
[3] class to rename does not exist From the home screen, when I input the class I want to rename If the class is not in the classList already, the program will display “class to rename does not exist”
Pushed code to Feature-rename-class
branch
Tasks left to do:
-Tests
-toString formatting
As a user, I want to rename a selected class, So that I don’t have to delete and re-add a class if I don’t like the name.