| 409 | class TransformV2TuxNearest : public TransformV2<T> { |
| 410 | protected: |
| 411 | void SetUp() { |
| 412 | this->setTestData(string(TEST_DIR "/transform/tux_nearest.test"), |
| 413 | string(TEST_DIR "/transform/tux_tmat.test")); |
| 414 | this->setInterpType(AF_INTERP_NEAREST); |
| 415 | this->setInvertFlag(false); |
| 416 | } |
| 417 | }; |
| 418 | |
| 419 | TYPED_TEST_SUITE(TransformV2TuxNearest, TestTypes); |
nothing calls this directly
no test coverage detected