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

Type members

Inherited classlikes

object given_Conversion_Boolean_Result extends Conversion[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
Supertypes
class Conversion[Boolean, Result]
trait Boolean => Result
class Object
trait Matchable
class Any

Value members

Inherited methods

def negate(r: Result): Result

Attributes

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

Attributes

Inherited from:
Results
def toResult(b: Boolean): Result

Attributes

Inherited from:
Results

Givens

Inherited givens

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