apply a Matcher to the expectable contained in that MatchResult.
apply a Matcher to the expectable contained in that MatchResult. Depending on the exact type of the MatchResult, that logic may vary.
Note: this method is marked as "private" to give a clue to the user when semi-column inference fails to apply.
For example in that case:
"string" must not beNull 1 must_== 1
There will be a compilation error as if the apply method was used between the first and second line: ("string" must not beNull).apply(1)
For a more detailed explanation, see: http://bit.ly/12STc95
alias for the apply method, to be used outside specs2
alias for the apply method, to be used outside specs2
apply the matcher
apply the matcher
the value being matched
the value being matched
the value being matched
the value being matched
apply the matcher
apply the matcher
the MatchResult with no messages
the negation of this result
set a new failure message on this match result
set a new failure message on this match result
a result with no detailed information like location
update the failure message of this match result
update the failure message of this match result