-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcra276-TestVoting.out
40 lines (38 loc) · 1.45 KB
/
cra276-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
Running main() from gtest_main.cc
[==========] Running 15 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 15 tests from Voting
[ RUN ] Voting.voting_names_1
[ OK ] Voting.voting_names_1 (84 ms)
[ RUN ] Voting.voting_names_2
[ OK ] Voting.voting_names_2 (14 ms)
[ RUN ] Voting.voting_names_3
[ OK ] Voting.voting_names_3 (9 ms)
[ RUN ] Voting.voting_count_1
[ OK ] Voting.voting_count_1 (47 ms)
[ RUN ] Voting.voting_count_2
[ OK ] Voting.voting_count_2 (11 ms)
[ RUN ] Voting.voting_count_3
[ OK ] Voting.voting_count_3 (10 ms)
[ RUN ] Voting.voting_eval_1
[ OK ] Voting.voting_eval_1 (26 ms)
[ RUN ] Voting.voting_eval_2
[ OK ] Voting.voting_eval_2 (12 ms)
[ RUN ] Voting.voting_eval_3
[ OK ] Voting.voting_eval_3 (9 ms)
[ RUN ] Voting.voting_fix_1
[ OK ] Voting.voting_fix_1 (26 ms)
[ RUN ] Voting.voting_fix_2
[ OK ] Voting.voting_fix_2 (17 ms)
[ RUN ] Voting.voting_fix_3
[ OK ] Voting.voting_fix_3 (16 ms)
[ RUN ] Voting.voting_solve_1
[ OK ] Voting.voting_solve_1 (12 ms)
[ RUN ] Voting.voting_solve_2
[ OK ] Voting.voting_solve_2 (6 ms)
[ RUN ] Voting.voting_solve_3
[ OK ] Voting.voting_solve_3 (9 ms)
[----------] 15 tests from Voting (333 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 1 test case ran. (415 ms total)
[ PASSED ] 15 tests.