Searched refs:makeThreshold (Results 1 – 2 of 2) sorted by relevance
/openbmc/telemetry/tests/src/ |
H A D | test_discrete_threshold.cpp | 31 makeThreshold(Milliseconds dwellTime, std::string thresholdValue, in makeThreshold() function in TestDiscreteThreshold 54 sut = makeThreshold(0ms, "90.0", discrete::Severity::critical); in SetUp() 86 sut = makeThreshold(0ms, GetParam(), discrete::Severity::critical); in TEST_P() 102 EXPECT_THROW(makeThreshold(0ms, GetParam()), std::invalid_argument); in TEST_P() 112 auto sut = makeThreshold(0ms, "12.3", discrete::Severity::ok, "non-empty"); in TEST_F() 121 auto sut = makeThreshold(0ms, "12.3", discrete::Severity::ok, ""); in TEST_F() 265 sut = makeThreshold(0ms, GetParam().thresholdValue); in SetUp() 300 sut = makeThreshold(GetParam().dwellTime, GetParam().thresholdValue); in SetUp()
|
H A D | test_numeric_threshold.cpp | 29 void makeThreshold(Milliseconds dwellTime, numeric::Direction direction, in makeThreshold() function in TestNumericThreshold 52 makeThreshold(0ms, numeric::Direction::increasing, 90.0, in SetUp() 250 makeThreshold(0ms, GetParam().direction, GetParam().thresholdValue); in SetUp() 374 makeThreshold(GetParam().dwellTime, GetParam().direction, in SetUp()
|