Home | History | Annotate | Download | only in gtest

Lines Matching defs:Passed

2279 // for objects passed through ellipsis (...), failing for uncopyable
2280 // objects. We define this to ensure that only POD is passed through
7264 // represenation of expression as it was passed into the EXPECT_TRUE.
7420 // exit code: The integer code passed to exit(3), _exit(2), or
7463 // Returns true if the death test passed; that is, the test process
7468 // than a function pointer or functor, or else Wait and Passed could
7470 virtual bool Passed(bool exit_status_ok) = 0;
7523 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
8881 // ownership of test factory pointer, same factory object cannot be passed
14009 // passed in and keeps them to generate tests in RUN_ALL_TESTS().
15307 // Returns true iff the test part passed.
15308 bool passed() const { return type_ == kSuccess; }
16092 // Returns true iff the test passed (i.e. no test part failed).
16093 bool Passed() const { return !Failed(); }
16320 // Returns true iff the test case passed.
16321 bool Passed() const { return !Failed(); }
16367 // Returns true iff test passed.
16671 // Returns true iff the unit test passed (i.e. all test cases passed).
16672 bool Passed() const;