| 50 | class RandomArrayTest : public ::testing::TestWithParam<RandomTestParam> { |
| 51 | protected: |
| 52 | std::shared_ptr<Field> GetField() { return GetParam().field; } |
| 53 | |
| 54 | BufferVector GetAllBuffers(const Array& array) { |
| 55 | BufferVector out; |
no outgoing calls
no test coverage detected