mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Missing doc
This commit is contained in:
parent
2ea69d2355
commit
785f2ef2dd
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
require "./value_matcher"
|
require "./value_matcher"
|
||||||
|
|
||||||
module Spectator::Matchers
|
module Spectator::Matchers
|
||||||
|
# Matcher for checking that the contents of one array (or similar type)
|
||||||
|
# has the exact same contents as another and in the same order.
|
||||||
struct ArrayMatcher(ExpectedType) < ValueMatcher(ExpectedType)
|
struct ArrayMatcher(ExpectedType) < ValueMatcher(ExpectedType)
|
||||||
# Determines whether the matcher is satisfied with the partial given to it.
|
# Determines whether the matcher is satisfied with the partial given to it.
|
||||||
# `MatchData` is returned that contains information about the match.
|
# `MatchData` is returned that contains information about the match.
|
||||||
|
|
Loading…
Reference in a new issue