apply a matcher on the value and return a MatchResult which can later on be transformed to a simple Result
apply a matcher on the value and return a MatchResult which can later on be transformed to a simple Result
additional checks can be done on the result, such as throwing an exception
additional checks can be done on the result, such as throwing an exception
additional checks can be done on a result, such as throwing an exception
additional checks can be done on a result, such as throwing an exception
a description of any value with the custom description
a description of the value provided by the user a combination of the value show by specs2 and an optional description
evaluate the value and return the same expectable
evaluate the value and return the same expectable
evaluate the value once and return an expectable with the same expression, ready to be evaluated again
evaluate the value once and return an expectable with the same expression, ready to be evaluated again
apply a function to the value
apply a function to the value
change the expectable value
change the expectable value
apply a function to the expectable value
apply a function to the expectable value
apply a function to the description function
apply a function to the description function
the optional description function
update the description with another description
update the description with another description
the value is only evaluated if necessary
the value is only evaluated if necessary
definition of the value, possibly evaluating to different results each time it is invoked
definition of the value, possibly evaluating to different results each time it is invoked
This kind of expectable can be followed by the verb should to apply a matcher:
1 should beEqualTo(1)
For convenience, several shouldMatcher methods have also been defined as shortcuts to equivalent:
a should matcher