Skip to content
Snippets Groups Projects
Commit 52b59ed2 authored by cristiano's avatar cristiano
Browse files

Fitnesse bugs fixes

parent 75ad7ecc
Branches
Tags
No related merge requests found
Showing
with 13211 additions and 10 deletions
package fitNesseFixture;
import java.util.Date;
import exceptions.DateInvalidException;
import exceptions.ItemNonExistentException;
import exceptions.PriceInvalidException;
......@@ -47,11 +45,11 @@ public class SellerFixture {
this.images = images;
}
public void setStartTime(Date startTime) {
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public void setEndTime(Date endTime) {
public void setEndTime(String endTime) {
this.endTime = endTime;
}
......
File added
File added
File added
File added
File added
File added
|clar||16:16:37 gio, nov 21, 2019|
|clar||16:31:13 gio, nov 21, 2019|
|FitNesse.UserGuide.WritingAcceptanceTests.SliM.ExceptionHandling||11:49:07 mar, ott 29, 2019|
|FitNesse.SuiteAcceptanceTests.SuiteSlimTests.TestExceptionIsDisplayed||11:24:26 mar, ott 29, 2019|
......@@ -5,6 +5,6 @@ Suite
!note This page is automatically generated when running tests. It will be overwritten by the next Suite or Test execution.
Tests failed (first failure was at 2019-11-21T16:21:21.926983700):
Tests failed (first failure was at 2019-11-21T16:29:38.560891300):
!see [[clar][.clar]]
......@@ -11,7 +11,7 @@ Test
| 1 | 10/11/2019 | 111112019 | 20 | 5 | Error: date not in the right format |
| 1 | 111112019 | 11/11/2019 | 20 | 5 | Error: date not in the right format |
| 1 | 10/11/2019 | 11/11/2019 | -1 | 5 | Error: price in a wrong format |
| 1 | 10/11/2019 | 11/11/2019 | 20 | 5 | true |
| 1 | 10/11/2019 | 11/11/2019 | 20 | 5 | Auction created! |
| fitNesseFixture.SellerFixture|
| title | description | images | category | addItem? |
......@@ -55,9 +55,9 @@ aaaaaaaaaaaaaa-! | 1 | 1 | Error: description not correct |
| username | email | password | userLogin? |
| | | pswrd | Error: you should provide an username or an email |
| usrname | usrmail..com | pswrd | Error: email not in the right format |
| usrname | usr@mail.com][mailto:usr@mail.com | | Error: password blank |
| usrname | usr@mail.com][mailto:usr@mail.com | wrongpswrd | Error: login invalid |
| usrname | usr@mail.com][mailto:usr@mail.com | pswrd | true |
| usrname | usr@mail.com | | Error: password blank |
| usrname | usr@mail.com | wrongpswrd | Error: login invalid |
| usrname | usr@mail.com | pswrd | true |
|fitNesseFixture.UserFixture|usrname|usr!-@-!mail.com |pswrd |
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment