Home | History | Annotate | Download | only in gtest

Lines Matching defs:TestPartResultArray

106 // Don't inherit from TestPartResultArray as its destructor is not
108 class TestPartResultArray {
110 TestPartResultArray();
111 ~TestPartResultArray();
126 GTEST_DISALLOW_COPY_AND_ASSIGN(TestPartResultArray);
141 // TestPartResultArray object given in the constructor whenever a
149 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
154 // Appends the TestPartResult object to the TestPartResultArray
162 TestPartResultArray* const result_;
171 // TestPartResultArray contains exactly one failure that has the given
177 SingleFailureChecker(const TestPartResultArray* results,
182 const TestPartResultArray* const results_;
212 ::testing::TestPartResultArray gtest_failures;\
237 ::testing::TestPartResultArray gtest_failures;\