Lines Matching refs:part
101 // Indicates that this translation unit is part of Google Test's
478 // The c'tor sets this object as the test part result reporter used by
490 // The d'tor restores the test part result reporter used by Google Test
497 // Increments the test part result count and remembers the result.
506 // This predicate-formatter checks that 'results' contains a test part
548 // test part results, what type of failure we expect, and what
566 // Reports a test part result.
572 // Returns the current test part result reporter.
577 // Sets the current test part result reporter.
1577 // Adds a test part result to the list.
1623 // Returns true iff the test part passed.
1633 // Returns true iff the test part failed.
1643 // Returns true iff the test part fatally failed.
2365 // If the test part succeeded, we don't need to do anything.
2717 const TestPartResult& part = part_node->element();
2718 if (part.failed()) {
2720 internal::String::Format("%s:%d\n%s", part.file_name(),
2721 part.line_number(), part.message());
3376 // part can be omitted.
3393 // When def_optional is true, it's OK to not have a "=value" part.