StoredResultsContext

org.specs2.specification.StoredResultsContext

This trait is a context which will use the results provided by the class inheriting that trait. It evaluates the result of an example, which is supposed to create side-effects and returns the 'storedResults' as the summary of all results

Attributes

Graph
Supertypes
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type
StoredResults

Members list

Value members

Concrete methods

def apply[T : AsResult](r: => T): Result