Add composing-matchers (AnyOf, AllOf) for dynamic ranges of matchers

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Server Programmability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The unittest ASSERT_THAT/matchers API has some matchers that compose other matchers so that they "match" when AnyOf or AllOf the matchers they compose over match. 

      But these composing-matchers only work over a statically sized pack of matchers, not a dynamic range (like a std::vector). Let's add some similar matchers that work over a dynmically sized range, using something like the STL (begin, end) iterator range APis. 

            Assignee:
            Unassigned
            Reporter:
            George Wangensteen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: