org.specs2.matcher.ActionMatchers
See theActionMatchers companion trait
object ActionMatchers extends ActionMatchers
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait ActionMatcherstrait ValueCheckstrait ValueChecksBasetrait ValueChecksLowImplicitsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ActionMatchers.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- ActionMatchers
Attributes
- Inherited from:
- ActionMatchers
Attributes
- Inherited from:
- ActionMatchers
Attributes
- Inherited from:
- ActionMatchers
an expected value can be used to check another value
an expected value can be used to check another value
Attributes
- Inherited from:
- ValueChecksBase
Givens
Inherited givens
a check of type T can be downcasted implicitly to a check of type S >: T
a check of type T can be downcasted implicitly to a check of type S >: T
Attributes
- Inherited from:
- ValueChecks
Attributes
- Inherited from:
- ActionMatchers
a function returning an object having an AsResult instance can check a value
a function returning an object having an AsResult instance can check a value
Attributes
- Inherited from:
- ValueChecksLowImplicits
Attributes
- Inherited from:
- ActionMatchers
a Matcher[T] can check a value
a Matcher[T] can check a value
Attributes
- Inherited from:
- ValueChecksBase
given partialfunctionIsValueCheck[T, R](using evidence$1: AsResult[R]): partialfunctionIsValueCheck[T, R]
a partial function returning an object having an AsResult instance can check a value
a partial function returning an object having an AsResult instance can check a value
Attributes
- Inherited from:
- ValueChecks
Extensions
Inherited extensions
extension [T](action: Action[T])
Attributes
- Inherited from:
- ActionMatchers
In this article