ResultLogicalCombinators

org.specs2.execute.ResultLogicalCombinators
See theResultLogicalCombinators companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Results
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
ResultLogicalCombinators
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def booleanToSimpleResult(b: Boolean): Result

Attributes

Inherited from:
Results
def negate(r: Result): Result

Attributes

Inherited from:
Results
def negateWhen(condition: Boolean)(r: Result): Result

Attributes

Inherited from:
Results

Implicits

Inherited implicits

implicit def combineBoolean(b: => Boolean): ResultLogicalCombinator

Attributes

Inherited from:
ResultLogicalCombinators

Attributes

Inherited from:
ResultLogicalCombinators
implicit def toResult(b: Boolean): Result

implicit definition to accept any boolean value as a Result This avoids writing b must beTrue

implicit definition to accept any boolean value as a Result This avoids writing b must beTrue

Attributes

Inherited from:
Results