Lines Matching full:testresult
1792 // class TestResult
1794 // Creates an empty TestResult.
1795 TestResult::TestResult()
1801 TestResult::~TestResult() {
1807 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1816 const TestProperty& TestResult::GetTestProperty(int i) const {
1823 void TestResult::ClearTestPartResults() {
1828 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1835 void TestResult::RecordProperty(const TestProperty& test_property) {
1852 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1866 void TestResult::Clear() {
1874 bool TestResult::Failed() const {
1888 bool TestResult::HasFatalFailure() const {
1898 bool TestResult::HasNonfatalFailure() const {
1904 int TestResult::total_part_count() const {
1909 int TestResult::test_property_count() const {
2219 const TestResult* TestInfo::result() const { return impl_->result(); }
3047 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3214 const TestResult& result = *test_info.result();
3292 const TestResult& result) {
3557 // Adds a TestPartResult to the current TestResult object. All Google Test
3619 // Creates and adds a property to the current TestResult. If a property matching
4263 // Returns the TestResult for the test that's currently running, or
4264 // the TestResult for the ad hoc test if no test is running.
4265 TestResult* UnitTestImpl::current_test_result() {