-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.out
18 lines (18 loc) · 1.02 KB
/
test.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=== RUN Test_calculatePrice
=== RUN Test_calculatePrice/Basic_:_zero_book
=== RUN Test_calculatePrice/Basic_:_Ep1
=== RUN Test_calculatePrice/SimpleDiscounts_:_two_different_book
=== RUN Test_calculatePrice/SimpleDiscounts_:_three_different_book
=== RUN Test_calculatePrice/SimpleDiscounts_:_five_different_book
=== RUN Test_calculatePrice/SeveralDiscounts_:_2_EP1&1_EP2
=== RUN Test_calculatePrice/SeveralDiscounts_:_2_EP1&1_EP2&2_EP3&1_EP4
--- PASS: Test_calculatePrice (0.00s)
--- PASS: Test_calculatePrice/Basic_:_zero_book (0.00s)
--- PASS: Test_calculatePrice/Basic_:_Ep1 (0.00s)
--- PASS: Test_calculatePrice/SimpleDiscounts_:_two_different_book (0.00s)
--- PASS: Test_calculatePrice/SimpleDiscounts_:_three_different_book (0.00s)
--- PASS: Test_calculatePrice/SimpleDiscounts_:_five_different_book (0.00s)
--- PASS: Test_calculatePrice/SeveralDiscounts_:_2_EP1&1_EP2 (0.00s)
--- PASS: Test_calculatePrice/SeveralDiscounts_:_2_EP1&1_EP2&2_EP3&1_EP4 (0.00s)
PASS
ok _/home/allenchen/TDD 0.002s