Skip to content
Snippets Groups Projects
Commit 911193b2 authored by cristiano's avatar cristiano
Browse files

fitnessee

parent 7e054a53
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 9 deletions
## Seller
| | **createAuction** | |
| | **createAuctionTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: seller logged in* | |
......@@ -12,7 +12,7 @@
| | **addItem** | |
| | **addItemTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: seller logged in* | |
......@@ -26,7 +26,7 @@
## User
| | **userLogin** | |
| | **userLoginTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| the username field is empty | the method checks if the given username is empty: if it is, it returns an error to the user | the login will not be done and an error message is showed: "Error: username blank" |
......@@ -38,7 +38,7 @@
| | **becomeSeller** | |
| | **becomeSellerTest** | |
| ----------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: user logged in* | |
......@@ -48,7 +48,7 @@
| | **searchItem** | |
| | **searchItemTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: user logged in* | |
......@@ -58,7 +58,7 @@
| | **searchAuction** | |
| | **searchAuctionTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: user logged in* | |
......@@ -73,7 +73,7 @@
## Item
| | **modify** | |
| | **modifyTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: user logged in and upgraded as Seller and an Item is selected* | |
......@@ -85,7 +85,7 @@
| | **addPicture** | |
| | **addPictureTest** | |
| --------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: user logged in and upgraded as seller and an Item is selected* | |
......@@ -96,7 +96,7 @@
## AuctionManager
| | **placeBid** | |
| | **placeBidTest** | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **Input** | **Description** | **Output** |
| | *precondition: user logged in and subscribed to the auction* | |
......
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment