MCPcopy Create free account
hub / github.com/dmlc/xgboost / TEST_P

Function TEST_P

tests/cpp/test_learner.cc:702–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700};
701
702TEST_P(TestColumnSplit, Objective) {
703 std::string objective = GetParam();
704 this->Run(objective);
705}
706
707INSTANTIATE_TEST_SUITE_P(ColumnSplitObjective, TestColumnSplit,
708 ::testing::ValuesIn(MakeObjNamesForTest()),

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected