Returns the number of TestPartResult objects in the array.
| 10291 | |
| 10292 | // Returns the number of TestPartResult objects in the array. |
| 10293 | int TestPartResultArray::size() const { |
| 10294 | return static_cast<int>(array_.size()); |
| 10295 | } |
| 10296 | |
| 10297 | namespace internal { |
| 10298 |
no outgoing calls
no test coverage detected