class documentation
class IsSequenceOf(BaseMatcher[
Constructor: IsSequenceOf(elementMatcher)
Match a sequence where every element is matched by another matcher. :ivar elementMatcher: The matcher which must match every element of the sequence.
Method | __init__ |
Undocumented |
Method | describe |
Describe the mismatch. |
Method | describe |
Describe this matcher for error messages. |
Instance Variable | element |
Undocumented |
Method | _matches |
Determine whether every element of the sequence is matched. |