this implicit provides an inverted syntax to adapt matchers to make the adaptation more readable in some cases: - def haveExtension(extension: =>String) = ((_:File).getPath) ^^ endWith(extension)
This method transforms a function to a Matcher
This method transforms a function, with function descriptors to a Matcher
This method transforms a function to a Matcher
This method transforms a function to a Matcher
This method transforms a function returning a Result to a Matcher
This method transforms a function returning a pair (Boolean, String for ko message) to a Matcher
this allows a function returning a matcher to be used where the same function with a byname parameter is expected
This method transforms a function returning a triplet (Boolean, String for ok message, String for ko message) to a Matcher
(Since version ) see corresponding Javadoc for more information.