Results

org.specs2.execute.Results
See theResults companion trait
object Results extends Results

Attributes

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

Members list

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 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