-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patham43299-TestDarwin.out
171 lines (168 loc) · 6.62 KB
/
am43299-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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
Running main() from gtest_main.cc
[==========] Running 78 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from TestDarwin
[ RUN ] TestDarwin.printBoard_1
[ OK ] TestDarwin.printBoard_1 (54 ms)
[ RUN ] TestDarwin.printBoard_2
[ OK ] TestDarwin.printBoard_2 (3 ms)
[ RUN ] TestDarwin.printBoard_3
[ OK ] TestDarwin.printBoard_3 (3 ms)
[ RUN ] TestDarwin.Darwin_1
[ OK ] TestDarwin.Darwin_1 (3 ms)
[ RUN ] TestDarwin.Darwin_2
[ OK ] TestDarwin.Darwin_2 (3 ms)
[ RUN ] TestDarwin.Darwin_3
[ OK ] TestDarwin.Darwin_3 (3 ms)
[ RUN ] TestDarwin.add_Creature1
[ OK ] TestDarwin.add_Creature1 (13 ms)
[ RUN ] TestDarwin.add_Creature2
[ OK ] TestDarwin.add_Creature2 (7 ms)
[ RUN ] TestDarwin.add_Creature3
[ OK ] TestDarwin.add_Creature3 (11 ms)
[ RUN ] TestDarwin.run_game1
[ OK ] TestDarwin.run_game1 (35 ms)
[ RUN ] TestDarwin.run_game2
[ OK ] TestDarwin.run_game2 (8 ms)
[ RUN ] TestDarwin.run_game3
[ OK ] TestDarwin.run_game3 (17 ms)
[----------] 12 tests from TestDarwin (167 ms total)
[----------] 51 tests from TestSpecies
[ RUN ] TestSpecies.Species_str_const1
[ OK ] TestSpecies.Species_str_const1 (3 ms)
[ RUN ] TestSpecies.Species_str_const2
[ OK ] TestSpecies.Species_str_const2 (5 ms)
[ RUN ] TestSpecies.Species_str_const3
[ OK ] TestSpecies.Species_str_const3 (3 ms)
[ RUN ] TestSpecies.Species_DefaultConst
[ OK ] TestSpecies.Species_DefaultConst (2 ms)
[ RUN ] TestSpecies.left1
[ OK ] TestSpecies.left1 (7 ms)
[ RUN ] TestSpecies.left2
[ OK ] TestSpecies.left2 (13 ms)
[ RUN ] TestSpecies.left3
[ OK ] TestSpecies.left3 (8 ms)
[ RUN ] TestSpecies.infect1
[ OK ] TestSpecies.infect1 (13 ms)
[ RUN ] TestSpecies.infect2
[ OK ] TestSpecies.infect2 (10 ms)
[ RUN ] TestSpecies.infect3
[ OK ] TestSpecies.infect3 (11 ms)
[ RUN ] TestSpecies.if_wall1
[ OK ] TestSpecies.if_wall1 (11 ms)
[ RUN ] TestSpecies.if_wall2
[ OK ] TestSpecies.if_wall2 (8 ms)
[ RUN ] TestSpecies.if_wall3
[ OK ] TestSpecies.if_wall3 (6 ms)
[ RUN ] TestSpecies.if_enemy1
[ OK ] TestSpecies.if_enemy1 (12 ms)
[ RUN ] TestSpecies.if_enemy2
[ OK ] TestSpecies.if_enemy2 (10 ms)
[ RUN ] TestSpecies.if_enemy3
[ OK ] TestSpecies.if_enemy3 (9 ms)
[ RUN ] TestSpecies.print1
[ OK ] TestSpecies.print1 (3 ms)
[ RUN ] TestSpecies.print2
[ OK ] TestSpecies.print2 (4 ms)
[ RUN ] TestSpecies.print3
[ OK ] TestSpecies.print3 (7 ms)
[ RUN ] TestSpecies.hop_WEST
[ OK ] TestSpecies.hop_WEST (6 ms)
[ RUN ] TestSpecies.hop_WALL
[ OK ] TestSpecies.hop_WALL (6 ms)
[ RUN ] TestSpecies.hop_NORTH
[ OK ] TestSpecies.hop_NORTH (6 ms)
[ RUN ] TestSpecies.hop_CREATURE
[ OK ] TestSpecies.hop_CREATURE (8 ms)
[ RUN ] TestSpecies.hop_food
[ OK ] TestSpecies.hop_food (10 ms)
[ RUN ] TestSpecies.hop_5
[ OK ] TestSpecies.hop_5 (9 ms)
[ RUN ] TestSpecies.right_1
[ OK ] TestSpecies.right_1 (6 ms)
[ RUN ] TestSpecies.right_2
[ OK ] TestSpecies.right_2 (9 ms)
[ RUN ] TestSpecies.right_3
[ OK ] TestSpecies.right_3 (8 ms)
[ RUN ] TestSpecies.right_4
[ OK ] TestSpecies.right_4 (6 ms)
[ RUN ] TestSpecies.if_empty_1
[ OK ] TestSpecies.if_empty_1 (9 ms)
[ RUN ] TestSpecies.if_empty_2
[ OK ] TestSpecies.if_empty_2 (6 ms)
[ RUN ] TestSpecies.if_empty_Food
[ OK ] TestSpecies.if_empty_Food (9 ms)
[ RUN ] TestSpecies.if_empty_Wall
[ OK ] TestSpecies.if_empty_Wall (6 ms)
[ RUN ] TestSpecies.go_1
[ OK ] TestSpecies.go_1 (3 ms)
[ RUN ] TestSpecies.go_2
[ OK ] TestSpecies.go_2 (2 ms)
[ RUN ] TestSpecies.go_3
[ OK ] TestSpecies.go_3 (3 ms)
[ RUN ] TestSpecies.peek1
[ OK ] TestSpecies.peek1 (4 ms)
[ RUN ] TestSpecies.peek2
[ OK ] TestSpecies.peek2 (4 ms)
[ RUN ] TestSpecies.peek3
[ OK ] TestSpecies.peek3 (4 ms)
[ RUN ] TestSpecies.check_empty1
[ OK ] TestSpecies.check_empty1 (6 ms)
[ RUN ] TestSpecies.check_empty2
[ OK ] TestSpecies.check_empty2 (7 ms)
[ RUN ] TestSpecies.check_empty3
[ OK ] TestSpecies.check_empty3 (7 ms)
[ RUN ] TestSpecies.check_wall_true
[ OK ] TestSpecies.check_wall_true (6 ms)
[ RUN ] TestSpecies.check_wall_empty
[ OK ] TestSpecies.check_wall_empty (5 ms)
[ RUN ] TestSpecies.check_wall_food
[ OK ] TestSpecies.check_wall_food (8 ms)
[ RUN ] TestSpecies.addInstruction_1
[ OK ] TestSpecies.addInstruction_1 (2 ms)
[ RUN ] TestSpecies.addInstruction_2
[ OK ] TestSpecies.addInstruction_2 (3 ms)
[ RUN ] TestSpecies.addInstruction_3
[ OK ] TestSpecies.addInstruction_3 (5 ms)
[ RUN ] TestSpecies.action_1
[ OK ] TestSpecies.action_1 (8 ms)
[ RUN ] TestSpecies.action_2
[ OK ] TestSpecies.action_2 (9 ms)
[ RUN ] TestSpecies.action_3
[ OK ] TestSpecies.action_3 (12 ms)
[----------] 51 tests from TestSpecies (359 ms total)
[----------] 15 tests from TestCreature
[ RUN ] TestCreature.default_const1
[ OK ] TestCreature.default_const1 (2 ms)
[ RUN ] TestCreature.default_const2
[ OK ] TestCreature.default_const2 (3 ms)
[ RUN ] TestCreature.default_const3
[ OK ] TestCreature.default_const3 (3 ms)
[ RUN ] TestCreature.print1
[ OK ] TestCreature.print1 (3 ms)
[ RUN ] TestCreature.print2
[ OK ] TestCreature.print2 (4 ms)
[ RUN ] TestCreature.print3
[ OK ] TestCreature.print3 (7 ms)
[ RUN ] TestCreature.evolve1
[ OK ] TestCreature.evolve1 (6 ms)
[ RUN ] TestCreature.evolve2
[ OK ] TestCreature.evolve2 (14 ms)
[ RUN ] TestCreature.evolve3
[ OK ] TestCreature.evolve3 (11 ms)
[ RUN ] TestCreature.takeTurn_1
[ OK ] TestCreature.takeTurn_1 (7 ms)
[ RUN ] TestCreature.takeTurn_2
[ OK ] TestCreature.takeTurn_2 (7 ms)
[ RUN ] TestCreature.takeTurn_3
[ OK ] TestCreature.takeTurn_3 (9 ms)
[ RUN ] TestCreature.Creature_SpeciesConstructor_1
[ OK ] TestCreature.Creature_SpeciesConstructor_1 (3 ms)
[ RUN ] TestCreature.Creature_SpeciesConstructor_2
[ OK ] TestCreature.Creature_SpeciesConstructor_2 (6 ms)
[ RUN ] TestCreature.Creature_SpeciesConstructor_3
[ OK ] TestCreature.Creature_SpeciesConstructor_3 (7 ms)
[----------] 15 tests from TestCreature (92 ms total)
[----------] Global test environment tear-down
[==========] 78 tests from 3 test cases ran. (646 ms total)
[ PASSED ] 78 tests.