Home | History | Annotate | Download | only in src

Lines Matching refs:TestPartResultArray

67 // Constructs an empty TestPartResultArray.
68 TestPartResultArray::TestPartResultArray()
72 // Destructs a TestPartResultArray.
73 TestPartResultArray::~TestPartResultArray() {
78 void TestPartResultArray::Append(const TestPartResult& result) {
83 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
85 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
93 int TestPartResultArray::size() const {