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

Function TYPED_TEST

test/assign.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188TYPED_TEST(ArrayAssign, Vector) {
189 assignTest<TypeParam, TypeParam>(string(TEST_DIR "/assign/1d_to_1d.test"),
190 &(this->subMat1D));
191}
192
193TYPED_TEST(ArrayAssign, VectorCPP) {
194 assignTestCPP<TypeParam>(string(TEST_DIR "/assign/1d_to_1d.test"),

Callers

nothing calls this directly

Calls 7

rowMethod · 0.80
rowsMethod · 0.80
hostMethod · 0.80
colMethod · 0.80
colsMethod · 0.80
sliceMethod · 0.80
slicesMethod · 0.80

Tested by

no test coverage detected