Home | History | Annotate | Download | only in test

Lines Matching full:run

90   // Was SetUp() run?
93 // Was TearDown() run?
101 // Was the TEST run?
105 // was run.
146 "The tests should run, as the global set-up should generate no "
149 "The global tear-down should run, as the global set-up was run.");
157 "The tests should run, as the global set-up should generate no "
160 "The global tear-down should run, as the global set-up was run.");
168 "The tests should not run, as the global set-up should generate "
171 "The global tear-down should run, as the global set-up was run.");
174 // tear-down when there is no test to run.
177 "RUN_ALL_TESTS() should return zero, as there is no test to run.");
179 "The global set-up should not run, as there is no test to run.");
181 "The global tear-down should not run, "
182 "as the global set-up was not run.");