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

Function DoList

library/cpp/testing/unittest/utmain.cpp:686–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684#endif // _win_
685
686static int DoList(bool verbose, IOutputStream& stream) {
687 TEnumeratingProcessor eproc(verbose, stream);
688 TTestFactory::Instance().SetProcessor(&eproc);
689 TTestFactory::Instance().Execute();
690 return 0;
691}
692
693static int DoUsage(const char* progname) {
694 Cout << "Usage: " << progname << " [options] [[+|-]test]...\n\n"

Callers 1

RunMainMethod · 0.85

Calls 3

InstanceFunction · 0.85
SetProcessorMethod · 0.80
ExecuteMethod · 0.45

Tested by

no test coverage detected