Home | History | Annotate | Download | only in src

Lines Matching full:part

41 // part of Google Test's implementation; otherwise it's undefined.
44 #error "gtest-internal-inl.h is part of Google Test's internal implementation."
542 // Returns true iff the test passed (i.e. no test part failed).
557 // Adds a test part result to the list.
892 // This string is inserted in place of stack frames that are part of
915 // This is the default global test part result reporter used in UnitTestImpl.
921 // Implements the TestPartResultReporterInterface. Reports the test part
931 // This is the default per thread test part result reporter used in
938 // delegates to the current global test part result reporter of *unit_test_.
961 // test part result for the currently running test.
963 // Returns the global test part result reporter.
966 // Sets the global test part result reporter.
970 // Returns the test part result reporter for the current thread.
973 // Sets the test part result reporter for the current thread.
1212 // The default test part result reporters.
1217 // Points to (but doesn't own) the global test part result reporter.
1223 // Points to (but doesn't own) the per-thread test part result reporter.