Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dbounds_test.cpp29 void test_bounds( T expected_lowest, T expected_highest, T expected_smallest ) in test_bounds() argument
43 BOOST_CHECK_MESSAGE ( smallest == expected_smallest, in test_bounds()
44 …ame() << ">::smallest() = " << printable(smallest) << ". Expected " << printable(expected_smallest) in test_bounds()