-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmb3776-TestVoting.out
33 lines (32 loc) · 1.06 KB
/
cmb3776-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
Running main() from gtest_main.cc
[==========] Running 12 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 12 tests from Voting
[ RUN ] Voting.read_1
[ OK ] Voting.read_1 (35 ms)
[ RUN ] Voting.read_2
[ OK ] Voting.read_2 (10 ms)
[ RUN ] Voting.read_3
[ OK ] Voting.read_3 (9 ms)
[ RUN ] Voting.eval_1
[ OK ] Voting.eval_1 (9 ms)
[ RUN ] Voting.eval_2
[ OK ] Voting.eval_2 (6 ms)
[ RUN ] Voting.eval_3
[ OK ] Voting.eval_3 (10 ms)
[ RUN ] Voting.eval_4
[ OK ] Voting.eval_4 (14 ms)
[ RUN ] Voting.solve_1
[ OK ] Voting.solve_1 (12 ms)
[ RUN ] Voting.solve_2
[ OK ] Voting.solve_2 (5 ms)
[ RUN ] Voting.solve_3
[ OK ] Voting.solve_3 (5 ms)
[ RUN ] Voting.print_1
[ OK ] Voting.print_1 (3 ms)
[ RUN ] Voting.print_2
[ OK ] Voting.print_2 (2 ms)
[----------] 12 tests from Voting (130 ms total)
[----------] Global test environment tear-down
[==========] 12 tests from 1 test case ran. (157 ms total)
[ PASSED ] 12 tests.