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

Function TYPED_TEST

test/wrap.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384TYPED_TEST_SUITE(WrapV2Simple, TestTypes);
385
386TYPED_TEST(WrapV2Simple, UseNullOutputArray) {
387 this->testSpclOutArray(NULL_ARRAY);
388}
389
390TYPED_TEST(WrapV2Simple, UseFullExistingOutputArray) {
391 this->testSpclOutArray(FULL_ARRAY);

Callers

nothing calls this directly

Calls 1

testSpclOutArrayMethod · 0.45

Tested by

no test coverage detected