Home | History | Annotate | Download | only in googletest

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 {
3035 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3199 const TestResult& result = *test_info.result();
3287 const TestResult& result) {
3715 // Adds a TestPartResult to the current TestResult object. All Google Test
3777 // Creates and adds a property to the current TestResult. If a property matching
4443 // Returns the TestResult for the test that's currently running, or
4444 // the TestResult for the ad hoc test if no test is running.
4445 TestResult* UnitTestImpl::current_test_result() {