You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the signature is Range(int start, int count), not Range(int start, int end).
The same is probably true for MatchesIsInEnumerable() given the ranges in MatchesRanges(), except that the latter is using an exclusive range for the second sequence.
The text was updated successfully, but these errors were encountered:
Regarding the class
Moq.Tests.MatchersFixture
, given that the setups in the unit test methodMatchesIsInVariadicParameters()
are:then the ranges in
MatchesIsNotInEnumerable()
:were probably meant to be:
since the signature is
Range(int start, int count)
, notRange(int start, int end)
.The same is probably true for
MatchesIsInEnumerable()
given the ranges inMatchesRanges()
, except that the latter is using an exclusive range for the second sequence.The text was updated successfully, but these errors were encountered: