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

Method TestMulOperators

util/generic/string_ut.h:810–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 }
809
810 void TestMulOperators() {
811 {
812 TStringType s(Data._0());
813 s *= 10;
814 UNIT_ASSERT_EQUAL(s, TStringType(Data._0000000000()));
815 }
816 {
817 TStringType s = TStringType(Data._0()) * 2;
818 UNIT_ASSERT_EQUAL(s, TStringType(Data._00()));
819 }
820 }
821
822 // Test any other functions
823

Callers

nothing calls this directly

Calls 3

_0Method · 0.80
_0000000000Method · 0.80
_00Method · 0.80

Tested by

no test coverage detected