Returns the number of TestPartResult objects in the array.
| 11618 | |
| 11619 | // Returns the number of TestPartResult objects in the array. |
| 11620 | int TestPartResultArray::size() const { |
| 11621 | return static_cast<int>(array_.size()); |
| 11622 | } |
| 11623 | |
| 11624 | namespace internal { |
| 11625 |
no outgoing calls
no test coverage detected