Lines Matching full:up
56 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
59 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
113 // be generated by the global set-up.
134 // set-up is successful. in main()
139 "The tests should run, as the global set-up should generate no " in main()
142 "The global tear-down should run, as the global set-up was run."); in main()
145 // set-up generates no fatal failure. in main()
147 "RUN_ALL_TESTS() should return non-zero, as both the global set-up " in main()
150 "The tests should run, as the global set-up should generate no " in main()
153 "The global tear-down should run, as the global set-up was run."); in main()
155 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up in main()
158 "RUN_ALL_TESTS() should return non-zero, as the global set-up " in main()
161 "The tests should not run, as the global set-up should generate " in main()
164 "The global tear-down should run, as the global set-up was run."); in main()
166 // Verifies that RUN_ALL_TESTS() doesn't do global set-up or in main()
172 "The global set-up should not run, as there is no test to run."); in main()
175 "as the global set-up was not run."); in main()