Lines Matching full:up
61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
64 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
122 // be generated by the global set-up.
143 // set-up is successful. in main()
148 "The tests should run, as the global set-up should generate no " in main()
151 "The global tear-down should run, as the global set-up was run."); in main()
154 // set-up generates no fatal failure. in main()
156 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " in main()
159 "The tests should run, as the global set-up should generate no " in main()
162 "The global tear-down should run, as the global set-up was run."); in main()
164 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up in main()
167 "RUN_ALL_TESTS() should return non-zero, as the global set-up " in main()
170 "The tests should not run, as the global set-up should generate " in main()
173 "The global tear-down should run, as the global set-up was run."); in main()
175 // Verifies that RUN_ALL_TESTS() doesn't do global set-up or in main()
181 "The global set-up should not run, as there is no test to run."); in main()
184 "as the global set-up was not run."); in main()