Home | History | Annotate | Download | only in src

Lines Matching defs:TestResult

1801 // class TestResult
1803 TestResult.
1804 TestResult::TestResult()
1810 TestResult::~TestResult() {
1814 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1821 void TestResult::RecordProperty(const TestProperty& test_property) {
1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1852 void TestResult::Clear() {
1865 int TestResult::successful_part_count() const {
1875 int TestResult::failed_part_count() const {
1885 bool TestResult::HasFatalFailure() const {
1891 int TestResult::total_part_count() const {
2185 const internal::TestResult* TestInfo::result() const { return impl_->result(); }
2928 const internal::TestResult* result);
3077 const internal::TestResult * const result = test_info->result();
3159 const internal::TestResult* result) {
3282 // Adds a TestPartResult to the current TestResult object. All Google Test
3338 // Creates and adds a property to the current TestResult. If a property matching
3947 // Returns the TestResult for the test that's currently running, or
3948 // the TestResult for the ad hoc test if no test is running.
3949 internal::TestResult* UnitTestImpl::current_test_result() {
3996 int GetFailedPartCount(const TestResult* result) {