Home | History | Annotate | Download | only in src

Lines Matching refs:part

118 // Indicates that this translation unit is part of Google Test's
508 // The c'tor sets this object as the test part result reporter used by
518 // The c'tor sets this object as the test part result reporter used by
539 // The d'tor restores the test part result reporter used by Google Test
550 // Increments the test part result count and remembers the result.
576 // This predicate-formatter checks that 'results' contains a test part
618 // test part results, what type of failure we expect, and what
653 // Returns the global test part result reporter.
660 // Sets the global test part result reporter.
667 // Returns the test part result reporter for the current thread.
673 // Sets the test part result reporter for the current thread.
1813 // Adds a test part result to the list.
1859 // Returns true iff the test part passed.
1869 // Returns true iff the test part failed.
1879 // Returns true iff the test part fatally failed.
2711 // If the test part succeeded, we don't need to do anything.
3092 const TestPartResult& part = part_node->element();
3093 if (part.failed()) {
3095 internal::String::Format("%s:%d\n%s", part.file_name(),
3096 part.line_number(), part.message());
3102 EscapeXmlAttribute(part.summary()).c_str(), message.c_str());
4018 // part can be omitted.
4035 // When def_optional is true, it's OK to not have a "=value" part.