-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbrice-TestDarwin.out
71 lines (70 loc) · 2.24 KB
/
brice-TestDarwin.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Running main() from gtest_main.cc
[==========] Running 31 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 31 tests from Darwin
[ RUN ] Darwin.execute1
[ OK ] Darwin.execute1 (0 ms)
[ RUN ] Darwin.execute2
[ OK ] Darwin.execute2 (0 ms)
[ RUN ] Darwin.execute3
[ OK ] Darwin.execute3 (0 ms)
[ RUN ] Darwin.execute4
[ OK ] Darwin.execute4 (0 ms)
[ RUN ] Darwin.execute5
[ OK ] Darwin.execute5 (0 ms)
[ RUN ] Darwin.execute6
[ OK ] Darwin.execute6 (0 ms)
[ RUN ] Darwin.execute7
[ OK ] Darwin.execute7 (0 ms)
[ RUN ] Darwin.execute8
[ OK ] Darwin.execute8 (0 ms)
[ RUN ] Darwin.add1
[ OK ] Darwin.add1 (1 ms)
[ RUN ] Darwin.add2
[ OK ] Darwin.add2 (0 ms)
[ RUN ] Darwin.add3
[ OK ] Darwin.add3 (0 ms)
[ RUN ] Darwin.add4
[ OK ] Darwin.add4 (0 ms)
[ RUN ] Darwin.add5
[ OK ] Darwin.add5 (0 ms)
[ RUN ] Darwin.add6
[ OK ] Darwin.add6 (0 ms)
[ RUN ] Darwin.add7
[ OK ] Darwin.add7 (0 ms)
[ RUN ] Darwin.add8
[ OK ] Darwin.add8 (0 ms)
[ RUN ] Darwin.reset
[ OK ] Darwin.reset (0 ms)
[ RUN ] Darwin.is_enemy1
[ OK ] Darwin.is_enemy1 (1 ms)
[ RUN ] Darwin.is_enemy2
[ OK ] Darwin.is_enemy2 (0 ms)
[ RUN ] Darwin.is_enemy3
[ OK ] Darwin.is_enemy3 (0 ms)
[ RUN ] Darwin.is_enemy4
[ OK ] Darwin.is_enemy4 (1 ms)
[ RUN ] Darwin.is_enemy5
[ OK ] Darwin.is_enemy5 (0 ms)
[ RUN ] Darwin.is_enemy6
[ OK ] Darwin.is_enemy6 (0 ms)
[ RUN ] Darwin.is_wall1
[ OK ] Darwin.is_wall1 (0 ms)
[ RUN ] Darwin.is_wall2
[ OK ] Darwin.is_wall2 (0 ms)
[ RUN ] Darwin.is_wall3
[ OK ] Darwin.is_wall3 (0 ms)
[ RUN ] Darwin.is_wall4
[ OK ] Darwin.is_wall4 (1 ms)
[ RUN ] Darwin.is_wall5
[ OK ] Darwin.is_wall5 (0 ms)
[ RUN ] Darwin.is_wall6
[ OK ] Darwin.is_wall6 (0 ms)
[ RUN ] Darwin.is_wall7
[ OK ] Darwin.is_wall7 (0 ms)
[ RUN ] Darwin.is_wall8
[ OK ] Darwin.is_wall8 (0 ms)
[----------] 31 tests from Darwin (4 ms total)
[----------] Global test environment tear-down
[==========] 31 tests from 1 test case ran. (4 ms total)
[ PASSED ] 31 tests.