MCPcopy Create free account
hub / github.com/catboost/catboost / TEST

Function TEST

library/cpp/iterator/ut/functools_ut.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120
121 TEST(FuncTools, CompileRange) {
122 TestViewCompileability(Range(19));
123 TestViewCompileability(Range(10, 19));
124 TestViewCompileability(Range(10, 19, 2));
125 }
126
127
128 TEST(FuncTools, Enumerate) {

Callers

nothing calls this directly

Calls 15

TestViewCompileabilityFunction · 0.85
EnumerateFunction · 0.85
ElementsAreFunction · 0.85
FOR_DISPATCH_2Function · 0.85
ZipFunction · 0.85
FilterFunction · 0.85
CartesianProductFunction · 0.85
ConcatenateFunction · 0.85
xrangeFunction · 0.85
RangeFunction · 0.50
fFunction · 0.50

Tested by

no test coverage detected