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

Function TYPED_TEST

test/index.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144TYPED_TEST_SUITE(Indexing1D, AllTypes);
145
146TYPED_TEST(Indexing1D, Continious) {
147 DimCheck<TypeParam>(this->continuous_seqs);
148}
149TYPED_TEST(Indexing1D, ContiniousReverse) {
150 DimCheck<TypeParam>(this->continuous_reverse_seqs);
151}

Callers 1

index.cppFile · 0.70

Calls 14

seqClass · 0.85
typeMethod · 0.80
numdimsMethod · 0.80
rowMethod · 0.80
rowsMethod · 0.80
colMethod · 0.80
colsMethod · 0.80
sliceMethod · 0.80
slicesMethod · 0.80
dim4Class · 0.50
rangeFunction · 0.50
whereFunction · 0.50

Tested by

no test coverage detected