Lines Matching full:should
88 // We call this function to set the type of failure SetUp() should
124 // The 'failure' parameter specifies the type of failure that should
143 "AddGlobalTestEnvironment() should return its argument.");
148 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
149 "should generate a failure.");
151 "The tests should run, as the global set-up should generate no "
154 "The global tear-down should run, as the global set-up was run.");
159 "RUN_ALL_TESTS() should return non-zero, as both the global set-up "
160 "and the global tear-down should generate a non-fatal failure.");
162 "The tests should run, as the global set-up should generate no "
165 "The global tear-down should run, as the global set-up was run.");
170 "RUN_ALL_TESTS() should return non-zero, as the global set-up "
171 "should generate a fatal failure.");
173 "The tests should not run, as the global set-up should generate "
176 "The global tear-down should run, as the global set-up was run.");
182 "RUN_ALL_TESTS() should return zero, as there is no test to run.");
184 "The global set-up should not run, as there is no test to run.");
186 "The global tear-down should not run, "