Searched refs:VectorContains (Results 1 – 10 of 10) sorted by relevance
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | Tag.tests.cpp | 49 …REQUIRE_THAT(testcase.tags, Catch::VectorContains(std::string("magic-tag")) && Catch::VectorContai… 53 using Catch::VectorContains; 56 …REQUIRE_THAT(testcase.tags, VectorContains(std::string(".")) && VectorContains(std::string("!hide"…
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 242 CHECK_THAT(v, VectorContains(1)); 243 CHECK_THAT(v, VectorContains(2)); 254 CHECK_THAT(v, VectorContains(1) && VectorContains(2)); 304 CHECK_THAT(v, VectorContains(-1)); 305 CHECK_THAT(empty, VectorContains(1));
|
/external/catch2/include/internal/ |
D | catch_matchers_vector.h | 160 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains() function
|
/external/catch2/docs/ |
D | matchers.md | 78 * `VectorContains` which checks whether a specified element is present in the result
|
D | release-notes.md | 635 * Fixed compilation when `VectorContains` matcher was combined using `&&` (#1092)
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 1528 Matchers.tests.cpp:<line number>: passed: v, VectorContains(1) for: { 1, 2, 3 } Contains: 1 1529 Matchers.tests.cpp:<line number>: passed: v, VectorContains(2) for: { 1, 2, 3 } Contains: 2 1534 Matchers.tests.cpp:<line number>: passed: v, VectorContains(1) && VectorContains(2) for: { 1, 2, 3 … 1542 Matchers.tests.cpp:<line number>: failed: v, VectorContains(-1) for: { 1, 2, 3 } Contains: -1 1543 Matchers.tests.cpp:<line number>: failed: empty, VectorContains(1) for: { } Contains: 1 1584 …ag.tests.cpp:<line number>: passed: testcase.tags, VectorContains(std::string(".")) && VectorConta… 1585 …ag.tests.cpp:<line number>: passed: testcase.tags, VectorContains(std::string(".")) && VectorConta… 1586 …ag.tests.cpp:<line number>: passed: testcase.tags, VectorContains(std::string(".")) && VectorConta… 1688 …line number>: passed: testcase.tags, Catch::VectorContains(std::string("magic-tag")) && Catch::Vec…
|
D | console.std.approved.txt | 977 CHECK_THAT( v, VectorContains(-1) ) 982 CHECK_THAT( empty, VectorContains(1) )
|
D | console.sw.approved.txt | 11166 CHECK_THAT( v, VectorContains(1) ) 11171 CHECK_THAT( v, VectorContains(2) ) 11210 CHECK_THAT( v, VectorContains(1) && VectorContains(2) ) 11271 CHECK_THAT( v, VectorContains(-1) ) 11276 CHECK_THAT( empty, VectorContains(1) ) 11607 …REQUIRE_THAT( testcase.tags, VectorContains(std::string(".")) && VectorContains(std::string("!hide… 11618 …REQUIRE_THAT( testcase.tags, VectorContains(std::string(".")) && VectorContains(std::string("!hide… 11629 …REQUIRE_THAT( testcase.tags, VectorContains(std::string(".")) && VectorContains(std::string("!hide… 12553 …REQUIRE_THAT( testcase.tags, Catch::VectorContains(std::string("magic-tag")) && Catch::VectorConta…
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3716 Vector::ContainsElementMatcher<T> VectorContains( T const& comparator ) { in VectorContains() function
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 3740 Vector::ContainsElementMatcher<T, Alloc> VectorContains( T const& comparator ) { in VectorContains() function
|