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

Method TestEmpty

util/generic/string_ut.h:929–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927 }
928
929 void TestEmpty() {
930 TStringType s;
931 s = Data._2();
932 s = TStringType(Data.fdfdsfds(), (size_t)0, (size_t)0);
933 UNIT_ASSERT(s.empty());
934 }
935
936 void TestJoin() {
937 UNIT_ASSERT_EQUAL(TStringType::Join(Data._12(), Data._3456()), Data._123456());

Callers

nothing calls this directly

Calls 3

_2Method · 0.80
fdfdsfdsMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected