Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object MatchersCreation.typetrait MatchersImplicitstrait Matchersobject Matchers.typetrait MustMatchersobject MustMatchers.typetrait MustThrownMatchersobject MustThrownMatchers.typetrait ShouldMatchersobject ShouldMatchers.typetrait ShouldThrownMatchersobject ShouldThrownMatchers.typeobject MatchersImplicits.typeShow all
Members list
Type members
Classlikes
this implicit provides an inverted syntax to adapt matchers to make the adaptation more readable in some cases:
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)
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Implicits
this implicit provides an inverted syntax to adapt matchers to make the adaptation more readable in some cases:
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)
Attributes
This method transforms a function to a Matcher
This method transforms a function to a Matcher
Attributes
This method transforms a function, with function descriptors to a Matcher
This method transforms a function, with function descriptors to a Matcher
Attributes
This method transforms a function to a Matcher
This method transforms a function to a Matcher
Attributes
This method transforms a function to a Matcher
This method transforms a function to a Matcher
Attributes
This method transforms a function returning a Result to a Matcher
This method transforms a function returning a Result to a Matcher
Attributes
This method transforms a function returning a pair (Boolean, String for ko message) to a Matcher
This method transforms a function returning a pair (Boolean, String for ko message) to a Matcher
Attributes
this allows a function returning a matcher to be used where the same function with a byname parameter is expected
this allows a function returning a matcher to be used where the same function with a byname parameter is expected
Attributes
This method transforms a function returning a triplet (Boolean, String for ok message, String for ko message) to a Matcher
This method transforms a function returning a triplet (Boolean, String for ok message, String for ko message) to a Matcher