Lines Matching defs:TestResult

1691 // class TestResult
1693 // Creates an empty TestResult.
1694 TestResult::TestResult()
1700 TestResult::~TestResult() {
1706 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1715 const TestProperty& TestResult::GetTestProperty(int i) const {
1722 void TestResult::ClearTestPartResults() {
1727 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1734 void TestResult::RecordProperty(const std::string& xml_element,
1832 bool TestResult::ValidateTestProperty(const std::string& xml_element,
1839 void TestResult::Clear() {
1847 bool TestResult::Failed() const {
1861 bool TestResult::HasFatalFailure() const {
1871 bool TestResult::HasNonfatalFailure() const {
1877 int TestResult::total_part_count() const {
1882 int TestResult::test_property_count() const {
3076 static std::string TestPropertiesAsXmlAttributes(const TestResult& result);
3286 const TestResult& result = *test_info.result();
3400 const TestResult& result) {
3736 // Returns the TestResult containing information on test failures and
3738 const TestResult& UnitTest::ad_hoc_test_result() const {
3773 // Adds a TestPartResult to the current TestResult object. All Google Test
3839 // Adds a TestProperty to the current TestResult object when invoked from
4043 // Adds a TestProperty to the current TestResult object when invoked in a
4050 TestResult* test_result; // TestResult appropriate for property recording.
4592 // Returns the TestResult for the test that's currently running, or
4593 // the TestResult for the ad hoc test if no test is running.
4594 TestResult* UnitTestImpl::current_test_result() {