Home | History | Annotate | Download | only in src

Lines Matching defs:TestResult

1768 // class TestResult
1770 // Creates an empty TestResult.
1771 TestResult::TestResult()
1779 TestResult::~TestResult() {
1785 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1792 const TestProperty& TestResult::GetTestProperty(int i) const {
1797 void TestResult::ClearTestPartResults() {
1802 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1809 void TestResult::RecordProperty(const TestProperty& test_property) {
1826 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1840 void TestResult::Clear() {
1848 bool TestResult::Failed() const {
1862 bool TestResult::HasFatalFailure() const {
1872 bool TestResult::HasNonfatalFailure() const {
1878 int TestResult::total_part_count() const {
1883 int TestResult::test_property_count() const {
2193 const TestResult* TestInfo::result() const { return impl_->result(); }
3020 static String TestPropertiesAsXmlAttributes(const TestResult& result);
3189 const TestResult& result = *test_info.result();
3267 const TestResult& result) {
3533 // Adds a TestPartResult to the current TestResult object. All Google Test
3595 // Creates and adds a property to the current TestResult. If a property matching
4233 // Returns the TestResult for the test that's currently running, or
4234 // the TestResult for the ad hoc test if no test is running.
4235 TestResult* UnitTestImpl::current_test_result() {