class TestPartResultArray
Defined at line 134 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-test-part.h
An array of TestPartResult objects.
Don't inherit from TestPartResultArray as its destructor is not
virtual.
Public Methods
void Append (const TestPartResult & result)
Appends the given TestPartResult to the array.
const TestPartResult & GetTestPartResult (int index)
Returns the TestPartResult at the given index (0-based).
void TestPartResultArray ()
Defined at line 136 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-test-part.h
int size ()
Returns the number of TestPartResult objects in the array.