MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / SetUp

Method SetUp

test/transform.cpp:411–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409class 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
419TYPED_TEST_SUITE(TransformV2TuxNearest, TestTypes);

Callers

nothing calls this directly

Calls 3

setInterpTypeMethod · 0.80
setInvertFlagMethod · 0.80
setTestDataMethod · 0.45

Tested by

no test coverage detected