-
Notifications
You must be signed in to change notification settings - Fork 0
/
briana93-TestLife.out
152 lines (150 loc) · 5.24 KB
/
briana93-TestLife.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
Running main() from gtest_main.cc
[==========] Running 70 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 32 tests from Life
[ RUN ] Life.Life
[ OK ] Life.Life (0 ms)
[ RUN ] Life.Life1
[ OK ] Life.Life1 (0 ms)
[ RUN ] Life.ConwayCell
[ OK ] Life.ConwayCell (0 ms)
[ RUN ] Life.Fredkin
[ OK ] Life.Fredkin (0 ms)
[ RUN ] Life.Cell
[ OK ] Life.Cell (0 ms)
[ RUN ] Life.setSize
[ OK ] Life.setSize (0 ms)
[ RUN ] Life.setSize1
[ OK ] Life.setSize1 (0 ms)
[ RUN ] Life.setSize2
[ OK ] Life.setSize2 (0 ms)
[ RUN ] Life.populateEnvironment
[ OK ] Life.populateEnvironment (0 ms)
[ RUN ] Life.populateEnvironment1
[ OK ] Life.populateEnvironment1 (0 ms)
[ RUN ] Life.populateEnvironment2
[ OK ] Life.populateEnvironment2 (0 ms)
[ RUN ] Life.populateEnvironment3
[ OK ] Life.populateEnvironment3 (0 ms)
[ RUN ] Life.countNeighbors
[ OK ] Life.countNeighbors (0 ms)
[ RUN ] Life.countNeighbors1
[ OK ] Life.countNeighbors1 (0 ms)
[ RUN ] Life.countNeighbors2
[ OK ] Life.countNeighbors2 (0 ms)
[ RUN ] Life.countNeighbors3
[ OK ] Life.countNeighbors3 (0 ms)
[ RUN ] Life.countNeighbors4
[ OK ] Life.countNeighbors4 (0 ms)
[ RUN ] Life.countNeighbors5
[ OK ] Life.countNeighbors5 (0 ms)
[ RUN ] Life.countPopulation0
[ OK ] Life.countPopulation0 (0 ms)
[ RUN ] Life.countPopulation
[ OK ] Life.countPopulation (0 ms)
[ RUN ] Life.countPopulation1
[ OK ] Life.countPopulation1 (0 ms)
[ RUN ] Life.countPopulation2
[ OK ] Life.countPopulation2 (0 ms)
[ RUN ] Life.runSimulate1
[ OK ] Life.runSimulate1 (1 ms)
[ RUN ] Life.runSimulate2
[ OK ] Life.runSimulate2 (0 ms)
[ RUN ] Life.runSimulate3
[ OK ] Life.runSimulate3 (0 ms)
[ RUN ] Life.getRow
[ OK ] Life.getRow (0 ms)
[ RUN ] Life.getRow1
[ OK ] Life.getRow1 (0 ms)
[ RUN ] Life.getRow2
[ OK ] Life.getRow2 (0 ms)
[ RUN ] Life.getColumn
[ OK ] Life.getColumn (0 ms)
[ RUN ] Life.getColumn1
[ OK ] Life.getColumn1 (0 ms)
[ RUN ] Life.getColumn2
[ OK ] Life.getColumn2 (0 ms)
[ RUN ] Life.ConwayCell1
[ OK ] Life.ConwayCell1 (0 ms)
[----------] 32 tests from Life (1 ms total)
[----------] 38 tests from TestLife
[ RUN ] TestLife.Runsim
[ OK ] TestLife.Runsim (0 ms)
[ RUN ] TestLife.Runsim1
[ OK ] TestLife.Runsim1 (0 ms)
[ RUN ] TestLife.Runsim2
[ OK ] TestLife.Runsim2 (0 ms)
[ RUN ] TestLife.Runsim3
[ OK ] TestLife.Runsim3 (0 ms)
[ RUN ] TestLife.predictFuture
[ OK ] TestLife.predictFuture (0 ms)
[ RUN ] TestLife.predictFuture1
[ OK ] TestLife.predictFuture1 (0 ms)
[ RUN ] TestLife.predictFuture3
[ OK ] TestLife.predictFuture3 (0 ms)
[ RUN ] TestLife.predictFuture4
[ OK ] TestLife.predictFuture4 (0 ms)
[ RUN ] TestLife.predictFuture5
[ OK ] TestLife.predictFuture5 (0 ms)
[ RUN ] TestLife.predictFuture6
[ OK ] TestLife.predictFuture6 (0 ms)
[ RUN ] TestLife.predictFuture7
[ OK ] TestLife.predictFuture7 (0 ms)
[ RUN ] TestLife.predictFuture8
[ OK ] TestLife.predictFuture8 (0 ms)
[ RUN ] TestLife.predictFuture9
[ OK ] TestLife.predictFuture9 (0 ms)
[ RUN ] TestLife.predictFuture10
[ OK ] TestLife.predictFuture10 (0 ms)
[ RUN ] TestLife.predictFuture11
[ OK ] TestLife.predictFuture11 (0 ms)
[ RUN ] TestLife.predictFuture12
[ OK ] TestLife.predictFuture12 (0 ms)
[ RUN ] TestLife.predictFuture13
[ OK ] TestLife.predictFuture13 (0 ms)
[ RUN ] TestLife.evolve
[ OK ] TestLife.evolve (0 ms)
[ RUN ] TestLife.evolve1
[ OK ] TestLife.evolve1 (0 ms)
[ RUN ] TestLife.evolve2
[ OK ] TestLife.evolve2 (0 ms)
[ RUN ] TestLife.evolve3
[ OK ] TestLife.evolve3 (0 ms)
[ RUN ] TestLife.evolve4
[ OK ] TestLife.evolve4 (0 ms)
[ RUN ] TestLife.evolve5
[ OK ] TestLife.evolve5 (0 ms)
[ RUN ] TestLife.evolve6
[ OK ] TestLife.evolve6 (0 ms)
[ RUN ] TestLife.evolve7
[ OK ] TestLife.evolve7 (0 ms)
[ RUN ] TestLife.evolve8
[ OK ] TestLife.evolve8 (0 ms)
[ RUN ] TestLife.evolve9
[ OK ] TestLife.evolve9 (0 ms)
[ RUN ] TestLife.evolve10
[ OK ] TestLife.evolve10 (0 ms)
[ RUN ] TestLife.evolve11
[ OK ] TestLife.evolve11 (0 ms)
[ RUN ] TestLife.evolve12
[ OK ] TestLife.evolve12 (0 ms)
[ RUN ] TestLife.evolve13
[ OK ] TestLife.evolve13 (0 ms)
[ RUN ] TestLife.evolve14
[ OK ] TestLife.evolve14 (0 ms)
[ RUN ] TestLife.evolve15
[ OK ] TestLife.evolve15 (0 ms)
[ RUN ] TestLife.evolve16
[ OK ] TestLife.evolve16 (0 ms)
[ RUN ] TestLife.evolve17
[ OK ] TestLife.evolve17 (0 ms)
[ RUN ] TestLife.isAlive
[ OK ] TestLife.isAlive (0 ms)
[ RUN ] TestLife.isAlive1
[ OK ] TestLife.isAlive1 (0 ms)
[ RUN ] TestLife.isAlive2
[ OK ] TestLife.isAlive2 (0 ms)
[----------] 38 tests from TestLife (1 ms total)
[----------] Global test environment tear-down
[==========] 70 tests from 2 test cases ran. (2 ms total)
[ PASSED ] 70 tests.