Searched refs:twoValues (Results 1 – 3 of 3) sorted by relevance
84 std::array<int, 2> twoValues = {{ 42, 250 }}; variable85 REQUIRE( Catch::Detail::stringify( twoValues ) == "{ 42, 250 }" );
1264 ToStringVector.tests.cpp:<line number>: passed: Catch::Detail::stringify( twoValues ) == "{ 42, 250…
9171 REQUIRE( Catch::Detail::stringify( twoValues ) == "{ 42, 250 }" )