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

Method RunTest

tests/cpp/tree/hist/test_histogram.cc:600–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 }
599
600 void RunTest() {
601 auto param = GetParam();
602 auto res0 = this->TestOverflow(false, std::get<0>(param), std::get<1>(param));
603 auto res1 = this->TestOverflow(true, std::get<0>(param), std::get<1>(param));
604 ASSERT_EQ(res0, res1);
605 }
606};
607
608auto MakeParamsForTest() {

Callers 1

TEST_PFunction · 0.45

Calls 1

TestOverflowMethod · 0.95

Tested by

no test coverage detected