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

Method SetUp

test/approx1.cpp:970–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968class Approx1V2Simple : public Approx1V2<T> {
969 protected:
970 void SetUp() {
971 SUPPORTED_TYPE_CHECK(T);
972 SimpleTestData data;
973 this->setTestData(&data.h_gold.front(), data.gold_dims,
974 &data.h_in.front(), data.in_dims, &data.h_pos.front(),
975 data.pos_dims);
976 }
977};
978
979TYPED_TEST_SUITE(Approx1V2Simple, TestTypes);

Callers

nothing calls this directly

Calls 1

setTestDataMethod · 0.45

Tested by

no test coverage detected