-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdaraoke-TestDarwin.out
75 lines (74 loc) · 2.52 KB
/
daraoke-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
Running main() from gtest_main.cc
[==========] Running 33 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 33 tests from Darwin
[ RUN ] Darwin.add_creature1
[ OK ] Darwin.add_creature1 (23 ms)
[ RUN ] Darwin.add_creature2
[ OK ] Darwin.add_creature2 (7 ms)
[ RUN ] Darwin.add_creature3
[ OK ] Darwin.add_creature3 (8 ms)
[ RUN ] Darwin.get_creature1
[ OK ] Darwin.get_creature1 (3 ms)
[ RUN ] Darwin.get_creature2
[ OK ] Darwin.get_creature2 (4 ms)
[ RUN ] Darwin.get_creature3
[ OK ] Darwin.get_creature3 (5 ms)
[ RUN ] Darwin.if_empty1
[ OK ] Darwin.if_empty1 (3 ms)
[ RUN ] Darwin.if_empty2
[ OK ] Darwin.if_empty2 (4 ms)
[ RUN ] Darwin.if_empty3
[ OK ] Darwin.if_empty3 (4 ms)
[ RUN ] Darwin.if_wall1
[ OK ] Darwin.if_wall1 (3 ms)
[ RUN ] Darwin.if_wall2
[ OK ] Darwin.if_wall2 (3 ms)
[ RUN ] Darwin.if_wall3
[ OK ] Darwin.if_wall3 (3 ms)
[ RUN ] Darwin.if_enemy1
[ OK ] Darwin.if_enemy1 (5 ms)
[ RUN ] Darwin.if_enemy2
[ OK ] Darwin.if_enemy2 (3 ms)
[ RUN ] Darwin.if_enemy3
[ OK ] Darwin.if_enemy3 (3 ms)
[ RUN ] Darwin.infect1
[ OK ] Darwin.infect1 (6 ms)
[ RUN ] Darwin.infect2
[ OK ] Darwin.infect2 (3 ms)
[ RUN ] Darwin.infect3
[ OK ] Darwin.infect3 (5 ms)
[ RUN ] Darwin.front1
[ OK ] Darwin.front1 (3 ms)
[ RUN ] Darwin.front2
[ OK ] Darwin.front2 (3 ms)
[ RUN ] Darwin.front3
[ OK ] Darwin.front3 (3 ms)
[ RUN ] Darwin.next1
[ OK ] Darwin.next1 (6 ms)
[ RUN ] Darwin.next2
[ OK ] Darwin.next2 (3 ms)
[ RUN ] Darwin.next3
[ OK ] Darwin.next3 (3 ms)
[ RUN ] Darwin.step1
[ OK ] Darwin.step1 (14 ms)
[ RUN ] Darwin.step2
[ OK ] Darwin.step2 (6 ms)
[ RUN ] Darwin.step3
[ OK ] Darwin.step3 (8 ms)
[ RUN ] Darwin.instruction_set1
[ OK ] Darwin.instruction_set1 (3 ms)
[ RUN ] Darwin.instruction_set2
[ OK ] Darwin.instruction_set2 (3 ms)
[ RUN ] Darwin.instruction_set3
[ OK ] Darwin.instruction_set3 (3 ms)
[ RUN ] Darwin.species_set1
[ OK ] Darwin.species_set1 (3 ms)
[ RUN ] Darwin.species_set2
[ OK ] Darwin.species_set2 (4 ms)
[ RUN ] Darwin.species_set3
[ OK ] Darwin.species_set3 (5 ms)
[----------] 33 tests from Darwin (178 ms total)
[----------] Global test environment tear-down
[==========] 33 tests from 1 test case ran. (207 ms total)
[ PASSED ] 33 tests.