hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Class] Delete a class #2

Closed coreybasden closed 2 weeks ago

coreybasden commented 3 weeks ago

As a user, I want to delete a selected class, So that it no longer is shown in the UML diagram and its associated relationships are deleted.

Lantzer commented 3 weeks ago

[1] class exists

From the home screen of the program, When I type “delete class testClass” There is a message stating the class “testClass” was deleted And the UML diagram no longer shows “testClass”

[2] class does NOT exist

From the home screen of the program, When I type “delete class testClass”, and the class “testClass” does not exist, There is a message stating the class “testClass does not exist, not classes were deleted. I am then returned to the home screen of the program.