Home
last modified time | relevance | path

Searched refs:ExpectGreater (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dtest_comparisons.h38 bool ExpectGreater = ExpectEqual ? false : !ExpectLess; in testTwoWayComparisons() local
39 REQUIRE_MESSAGE(((lhs > rhs) == ExpectGreater), in testTwoWayComparisons()
41 REQUIRE_MESSAGE(((lhs >= rhs) == (ExpectGreater || ExpectEqual)), in testTwoWayComparisons()
61 bool ExpectGreater = ExpectEqual ? false : !ExpectLess; in testThreeWayComparisons() local
62 REQUIRE_MESSAGE((lhs <=> rhs > 0) == ExpectGreater, in testThreeWayComparisons()
64 REQUIRE_MESSAGE((lhs <=> rhs >= 0) == (ExpectGreater || ExpectEqual), in testThreeWayComparisons()