Home | History | Annotate | Download | only in src

Lines Matching defs:TestResult

1771 // class TestResult
1773 // Creates an empty TestResult.
1774 TestResult::TestResult()
1780 TestResult::~TestResult() {
1786 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1795 const TestProperty& TestResult
1802 void TestResult::ClearTestPartResults() {
1807 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1814 void TestResult::RecordProperty(const TestProperty& test_property) {
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1845 void TestResult::Clear() {
1853 bool TestResult::Failed() const {
1867 bool TestResult::HasFatalFailure() const {
1877 bool TestResult::HasNonfatalFailure() const {
1883 int TestResult::total_part_count() const {
1888 int TestResult::test_property_count() const {
3063 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3227 const TestResult& result = *test_info.result();
3315 const TestResult& result) {
3743 // Adds a TestPartResult to the current TestResult object. All Google Test
3809 // Creates and adds a property to the current TestResult. If a property matching
4475 // Returns the TestResult for the test that's currently running, or
4476 // the TestResult for the ad hoc test if no test is running.
4477 TestResult* UnitTestImpl::current_test_result() {