| 581 | */ |
| 582 | |
| 583 | TEST_F(TestValuesWriterInt32Type, RequiredDeltaBinaryPacked) { |
| 584 | this->TestRequiredWithEncoding(Encoding::DELTA_BINARY_PACKED); |
| 585 | } |
| 586 | |
| 587 | TEST_F(TestValuesWriterInt32Type, RequiredByteStreamSplit) { |
| 588 | this->TestRequiredWithEncoding(Encoding::BYTE_STREAM_SPLIT); |
no test coverage detected