Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
MatchersCreation.type
Members list
Type members
Inherited 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
- Inherited from:
- MatchersCreation
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Inherited 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
- Inherited from:
- MatchersCreation
This method transforms a function to a Matcher
This method transforms a function, with function descriptors to a Matcher
This method transforms a function, with function descriptors to a Matcher
Attributes
- Inherited from:
- MatchersCreation
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 Result to a Matcher
Attributes
- Inherited from:
- MatchersCreation
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
- Inherited from:
- MatchersCreation
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
- Inherited from:
- MatchersCreation
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
Attributes
- Inherited from:
- MatchersCreation