Lines Matching refs:part
119 // Indicates that this translation unit is part of Google Test's
502 // The c'tor sets this object as the test part result reporter used by
512 // The c'tor sets this object as the test part result reporter used by
533 // The d'tor restores the test part result reporter used by Google Test
544 // Increments the test part result count and remembers the result.
570 // This predicate-formatter checks that 'results' contains a test part
612 // test part results, what type of failure we expect, and what
647 // Returns the global test part result reporter.
654 // Sets the global test part result reporter.
661 // Returns the test part result reporter for the current thread.
667 // Sets the test part result reporter for the current thread.
1782 // Returns the i-th test part result among all the results. i can
1796 // Clears the test part results.
1801 // Adds a test part result to the list.
1856 // Returns true iff the test part fatally failed.
1866 // Returns true iff the test part non-fatally failed.
2505 // following statements add the test part result message to the Output
2732 // If the test part succeeded, we don't need to do anything.
3201 const TestPartResult& part = result.GetTestPartResult(i);
3202 if (part.failed()) {
3206 << EscapeXmlAttribute(part.summary()).c_str()
3210 part.file_name(), part.line_number(),
3211 part.message()).c_str());
4329 // part can be omitted.
4346 // When def_optional is true, it's OK to not have a "=value" part.