Lines Matching defs:part
126 // Indicates that this translation unit is part of Google Test's
534 // The c'tor sets this object as the test part result reporter used by
544 // The c'tor sets this object as the test part result reporter used by
565 // The d'tor restores the test part result reporter used by Google Test
576 // Increments the test part result count and remembers the result.
602 // This predicate-formatter checks that 'results' contains a test part
642 // test part results, what type of failure we expect, and what
677 // Returns the global test part result reporter.
684 // Sets the global test part result reporter.
691 // Returns the test part result reporter for the current thread.
697 // Sets the test part result reporter for the current thread.
1783 // Returns the i-th test part result among all the results. i can
1801 // Clears the test part results.
1806 // Adds a test part result to the list.
1861 // Returns true iff the test part fatally failed.
1871 // Returns true iff the test part non-fatally failed.
2506 // following statements add the test part result message to the Output
2753 // If the test part succeeded, we don't need to do anything.
3221 const TestPartResult& part = result.GetTestPartResult(i);
3222 if (part.failed()) {
3226 << EscapeXmlAttribute(part.summary()).c_str()
3229 part.file_name(), part.line_number());
3230 const string message = location + "\n" + part.message();
4527 // part can be omitted.
4544 // When def_optional is true, it's OK to not have a "=value" part.