Resource

org.specs2.specification.Resource

Acquire a resource for the whole spec and release it at the end

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

protected def acquire: Future[T]
protected def release(resource: T): Execution

Concrete methods

protected def resourceKey: Option[String]

Inherited methods

Attributes

Inherited from:
SpecificationStructure

modify the fragments

modify the fragments

Attributes

Inherited from:
SpecificationStructure

Attributes

Inherited from:
FragmentsFactory

Attributes

Inherited from:
SpecificationStructure
override def map(fs: => Fragments): Fragments

modify the fragments

modify the fragments

Attributes

Definition Classes
Inherited from:
BeforeAfterSpec
def map(structure: SpecStructure): SpecStructure

modify the specification structure

modify the specification structure

Attributes

Inherited from:
SpecificationStructure

Attributes

Inherited from:
SpecificationStructure

Givens

Givens

given given_AsExecution_Function[R](using evidence$4: AsExecution[R]): given_AsExecution_Function[R]