mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Subsequences are defined as: "a subsequence of a given sequence is a sequence that can be derived from the given sequence by deleting some or no elements without changing the order of the remaining elements." See: https://en.wikipedia.org/wiki/Subsequence This new matcher checks if a container contains elements that match a given sequence of matchers in the specified order, but not necessarily contiguously. The implementation is very similar to other matchers like ElementsAre or Contains. PiperOrigin-RevId: 918323422 Change-Id: I56d7ebbe6f81038c93546ef7585db59eea5dbd57 |
||
|---|---|---|
| .. | ||
| internal | ||
| gmock-actions.h | ||
| gmock-cardinalities.h | ||
| gmock-function-mocker.h | ||
| gmock-matchers.h | ||
| gmock-more-actions.h | ||
| gmock-more-matchers.h | ||
| gmock-nice-strict.h | ||
| gmock-spec-builders.h | ||
| gmock.h | ||