-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexecuted-tests.txt
19 lines (17 loc) · 1.09 KB
/
executed-tests.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Auction (Alura\Auction\Tests\Model\Auction)
[x] Auction should not receive repeated bids
[x] Auction should not receive more than 5 bids by user
[x] Auction should receive bids with data set "2-bids"
[x] Auction should receive bids with data set "1-bid"
Appraiser (Alura\Auction\Tests\Service\Appraiser)
[x] Appraiser should find the biggest bids value with data set "random-order"
[x] Appraiser should find the biggest bids value with data set "ascending-order"
[x] Appraiser should find the biggest bids value with data set "descending-order"
[x] Appraiser should find the smallest bids value with data set "random-order"
[x] Appraiser should find the smallest bids value with data set "ascending-order"
[x] Appraiser should find the smallest bids value with data set "descending-order"
[x] Appraiser should search 3 biggest values with data set "random-order"
[x] Appraiser should search 3 biggest values with data set "ascending-order"
[x] Appraiser should search 3 biggest values with data set "descending-order"
[x] Empty auction could not be evaluated
[x] Finished auction could not be evaluated