Skip to content

Commit af02d52

Browse files
committed
Update runtest
1 parent 5cda1ed commit af02d52

File tree

1 file changed

+40
-17
lines changed

1 file changed

+40
-17
lines changed

text-ui-test/EXPECTED.TXT

Lines changed: 40 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,44 @@
1515
Creating a new text file at ./data/bookKeeper_loanList.txt.
1616
____________________________________________________________________
1717

18-
---------------------------------------------------------------------------------------------------------
19-
| Action | Format |
20-
|----------------|--------------------------------------------------------------------------------------|
21-
| Add Book | `add-book BOOK_TITLE a/AUTHOR cat/CATEGORY cond/CONDITION loc/LOCATION [note/NOTE]` |
22-
| Remove Book | `remove-book BOOK_TITLE` |
23-
| Update Book | `update-book BOOK_TITLE a/AUTHOR cat/CATEGORY cond/CONDITION loc/LOCATION note/NOTE` |
24-
| Update Title | `update-title BOOK_TITLE new/NEW_TITLE |
25-
| Search Book | `search-title KEYWORD` |
26-
| View Inventory | `view-inventory` |
27-
| List Category | `list-category CATEGORY` |
28-
| Add Loan | `add-loan BOOK_TITLE n/BORROWER_NAME d/RETURN_DATE p/PHONE_NUMBER e/EMAIL` |
29-
| Delete Loan | `delete-loan BOOK_TITLE` |
30-
| Edit Loan | `edit-loan BOOK_TITLE [n/BORROWER_NAME] [d/RETURN_DATE] [p/PHONE_NUMBER] [e/EMAIL]` |
31-
| View Loans | `view-loans` |
32-
| Display Help | `help` |
33-
| Exit Program | `exit` |
34-
---------------------------------------------------------------------------------------------------------
18+
------------------------------------------------------------------------------------------------
19+
| Add Book: |
20+
| add-book BOOK_TITLE a/AUTHOR cat/CATEGORY cond/CONDITION loc/LOCATION [note/NOTE] |
21+
|----------------------------------------------------------------------------------------------|
22+
| Remove Book: |
23+
| remove-book BOOK_TITLE |
24+
|----------------------------------------------------------------------------------------------|
25+
| Update Book: |
26+
| update-book BOOK_TITLE [a/AUTHOR] [cat/CATEGORY] [cond/CONDITION] [loc/LOCATION] [note/NOTE] |
27+
|----------------------------------------------------------------------------------------------|
28+
| Update Title: |
29+
| update-title BOOK_TITLE new/NEW_TITLE |
30+
|----------------------------------------------------------------------------------------------|
31+
| Search Book: |
32+
| search-title KEYWORD |
33+
|----------------------------------------------------------------------------------------------|
34+
| View Inventory: |
35+
| view-inventory |
36+
|----------------------------------------------------------------------------------------------|
37+
| List Category: |
38+
| list-category CATEGORY |
39+
|----------------------------------------------------------------------------------------------|
40+
| Add Loan: |
41+
| add-loan BOOK_TITLE n/BORROWER_NAME d/RETURN_DATE p/PHONE_NUMBER e/EMAIL |
42+
|----------------------------------------------------------------------------------------------|
43+
| Delete Loan: |
44+
| delete-loan BOOK_TITLE |
45+
|----------------------------------------------------------------------------------------------|
46+
| Edit Loan: |
47+
| edit-loan BOOK_TITLE [n/BORROWER_NAME] [d/RETURN_DATE] [p/PHONE_NUMBER] [e/EMAIL] |
48+
|----------------------------------------------------------------------------------------------|
49+
| View Loans: |
50+
| view-loans |
51+
|----------------------------------------------------------------------------------------------|
52+
| Display Help: |
53+
| help |
54+
|----------------------------------------------------------------------------------------------|
55+
| Exit Program: |
56+
| exit |
57+
------------------------------------------------------------------------------------------------
3558
Enter a command:

0 commit comments

Comments
 (0)