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

Function CheckToString

tools/enum_parser/parse_enum/ut/enums.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 template<typename T>
46 void CheckToString(const T& value, const TString& strValue) {
47 UNIT_ASSERT_VALUES_EQUAL(ToString(value), strValue);
48 }
49
50 Y_UNIT_TEST(ToStringTest) {
51 // ESimple

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected