hbarton2 / cscd350-f24-TeamNull

Other
1 stars 0 forks source link

Scenario: List Specific Class (ETE: 2-3 hours) #23

Open Delinquent-Pointer opened 6 days ago

Delinquent-Pointer commented 6 days ago

Scenario: List Specific Class (ETE: 2-3 hours)

Feature: Display the contents of a specific class

Steps:

  1. Given that I am in the CLI application,
  2. When I select the 'List Specific Class' command,
  3. Then I should be prompted to enter the name of the class I want to view,
  4. If the class exists,
  5. Then the class name, attributes, and methods should be displayed.
danishwahidi commented 3 days ago

Created search method for class name, commited and pushed to origin feature/Danish-task