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

Function TEST_F

test/transform.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441};
442
443TEST_F(TransformNullArgs, NullOutputPtr) {
444 af_array *out_ptr = 0;
445 ASSERT_EQ(AF_ERR_ARG,
446 af_transform(out_ptr, this->in, this->transform, this->odim0,
447 this->odim1, this->method, this->invert));
448}
449
450TEST_F(TransformNullArgs, NullInputArray) {
451 ASSERT_EQ(AF_ERR_ARG,

Callers

nothing calls this directly

Calls 2

af_transformFunction · 0.50
af_transform_v2Function · 0.50

Tested by

no test coverage detected