org.specs2.execute.ResultLogicalCombinators
See theResultLogicalCombinators companion object
trait ResultLogicalCombinators extends Results
This trait provides logical combinators for Booleans and Results: and, or, not
Note that a Result expression can throw an exception which will be changed into a failure or an error before being used with and/or/not
The implicit definitions can not be easily replaced with extension methods otherwise this brings too many conflicts with the synthetized method names, like extension_and for both the extension for a Boolean value and a Result
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article