Executable

org.specs2.execute.Executable
trait Executable

Trait for anything that can be executed to return a Result

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Returns

a Result

Concrete methods

def map(f: Result => Result): Executable

modify the result to return

modify the result to return

Attributes