Lines Matching full:testing
132 // text, and returns a testing::AssertionResult. See the definition
157 if (const ::testing::AssertionResult gtest_ar = (expression)) \\
267 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS
379 // involved to set up the stage for testing Google Test using Google
382 // Currently, gtest_unittest takes ~11 seconds to run in the testing
432 """// Sample functions/functors for testing %(arity)s predicate assertions.
469 testing::AssertionResult PredFormatFunction%(n)s(""" % DEFS
479 return testing::AssertionSuccess();
481 testing::Message msg;
489 return testing::AssertionFailure(msg);
497 testing::AssertionResult operator()(""" % DEFS
514 class Predicate%(n)sTest : public testing::Test {