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

Method TestUtils

util/generic/string_ut.h:919–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917 }
918
919 void TestUtils() {
920 TStringType s;
921 s = Data._01230123();
922 TStringType from = Data._0();
923 TStringType to = Data.z();
924
925 SubstGlobal(s, from, to);
926 UNIT_ASSERT(s == Data.z123z123());
927 }
928
929 void TestEmpty() {
930 TStringType s;

Callers

nothing calls this directly

Calls 5

_01230123Method · 0.80
_0Method · 0.80
z123z123Method · 0.80
SubstGlobalFunction · 0.50
zMethod · 0.45

Tested by

no test coverage detected