-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathensign-TestVoting.out
41 lines (40 loc) · 1.73 KB
/
ensign-TestVoting.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Running main() from gtest_main.cc
[==========] Running 16 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 16 tests from Voting
[ RUN ] Voting.read_UVa_example
[ OK ] Voting.read_UVa_example (29 ms)
[ RUN ] Voting.read_strange_characters
[ OK ] Voting.read_strange_characters (5 ms)
[ RUN ] Voting.read_single_ballot
[ OK ] Voting.read_single_ballot (6 ms)
[ RUN ] Voting.read_max_candidates
[ OK ] Voting.read_max_candidates (6 ms)
[ RUN ] Voting.eval_UVa_example
[ OK ] Voting.eval_UVa_example (33 ms)
[ RUN ] Voting.eval_tie_at_beginning
[ OK ] Voting.eval_tie_at_beginning (11 ms)
[ RUN ] Voting.eval_tie_from_quiz
[ OK ] Voting.eval_tie_from_quiz (6 ms)
[ RUN ] Voting.eval_tricky_tie
[ OK ] Voting.eval_tricky_tie (10 ms)
[ RUN ] Voting.eval_tricky_win
[ OK ] Voting.eval_tricky_win (9 ms)
[ RUN ] Voting.eval_single_candidate
[ OK ] Voting.eval_single_candidate (4 ms)
[ RUN ] Voting.print_one_test_case
[ OK ] Voting.print_one_test_case (14 ms)
[ RUN ] Voting.print_many_test_cases
[ OK ] Voting.print_many_test_cases (5 ms)
[ RUN ] Voting.print_many_test_cases_with_ties
[ OK ] Voting.print_many_test_cases_with_ties (5 ms)
[ RUN ] Voting.solve_UVa_example
[ OK ] Voting.solve_UVa_example (7 ms)
[ RUN ] Voting.solve_multiple_test_cases
[ OK ] Voting.solve_multiple_test_cases (5 ms)
[ RUN ] Voting.solve_multiple_test_cases_2
[ OK ] Voting.solve_multiple_test_cases_2 (6 ms)
[----------] 16 tests from Voting (171 ms total)
[----------] Global test environment tear-down
[==========] 16 tests from 1 test case ran. (198 ms total)
[ PASSED ] 16 tests.