Home | History | Annotate | Download | only in src

Lines Matching defs:part

129 // Indicates that this translation unit is part of Google Test's
538 // The c'tor sets this object as the test part result reporter used by
548 // The c'tor sets this object as the test part result reporter used by
569 // The d'tor restores the test part result reporter used by Google Test
580 // Increments the test part result count and remembers the result.
606 // This predicate-formatter checks that 'results' contains a test part
646 // test part results, what type of failure we expect, and what
681 // Returns the global test part result reporter.
688 // Sets the global test part result reporter.
695 // Returns the test part result reporter for the current thread.
701 // Sets the test part result reporter for the current thread.
1703 // Returns the i-th test part result among all the results. i can
1721 // Clears the test part results.
1726 // Adds a test part result to the list.
1855 // Returns true iff the test part fatally failed.
1865 // Returns true iff the test part non-fatally failed.
2536 // following statements add the test part result message to the Output
2784 // If the test part succeeded, we don't need to do anything.
3309 const TestPartResult& part = result.GetTestPartResult(i);
3310 if (part.failed()) {
3315 part.file_name(), part.line_number());
3316 const string summary = location + "\n" + part.summary();
3320 const string detail = location + "\n" + part.message();
4674 // part can be omitted.
4691 // When def_optional is true, it's OK to not have a "=value" part.