boostorg / core

Boost Core Utilities
132 stars 87 forks source link

Added BOOST_TEST_ALL_WITH macro to compare container contents with a … #27

Closed breese closed 7 years ago

breese commented 7 years ago

…predicate

pdimov commented 7 years ago

This looks good. Could you however split the test into two, pass/fail? The current arrangement makes it possible for one of the pass test cases to fail, one of the fail test cases to pass, and the overall count to remain correct.