Home | History | Annotate | Download | only in test

Lines Matching full:should

84   // We call this function to set the type of failure SetUp() should
120 // The 'failure' parameter specifies the type of failure that should
138 "AddGlobalTestEnvironment() should return its argument.");
143 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
144 "should generate a failure.");
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.");
154 "RUN_ALL_TESTS() should return non-zero, as both the global set-up "
155 "and the global tear-down should generate a non-fatal failure.");
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.");
165 "RUN_ALL_TESTS() should return non-zero, as the global set-up "
166 "should generate a fatal failure.");
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.");
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, "