Home | History | Annotate | Download | only in src

Lines Matching refs:TestPartResultArray

65 // Constructs an empty TestPartResultArray.
66 TestPartResultArray::TestPartResultArray()
70 // Destructs a TestPartResultArray.
71 TestPartResultArray::~TestPartResultArray() {
76 void TestPartResultArray::Append(const TestPartResult& result) {
81 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
83 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
96 int TestPartResultArray::size() const {