| 384 | TYPED_TEST_SUITE(WrapV2Simple, TestTypes); |
| 385 | |
| 386 | TYPED_TEST(WrapV2Simple, UseNullOutputArray) { |
| 387 | this->testSpclOutArray(NULL_ARRAY); |
| 388 | } |
| 389 | |
| 390 | TYPED_TEST(WrapV2Simple, UseFullExistingOutputArray) { |
| 391 | this->testSpclOutArray(FULL_ARRAY); |
nothing calls this directly
no test coverage detected