ExtendedBlockDsl

org.specs2.specification.dsl.mutable.ExtendedBlockDsl
trait ExtendedBlockDsl extends BlockDsl

Additional syntax for blocks

Attributes

Graph
Supertypes
trait BlockDsl
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Classlikes

class WarningForgottenOperator(s: String)

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

trait ToBlock[S, R]

Attributes

Inherited from:
BlockCreation (hidden)
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
BlockDsl
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
BlockDsl
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

Attributes

Inherited from:
FragmentsFactory

Inherited and Abstract methods

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder
def addSections(): Unit

Attributes

Inherited from:
FragmentBuilder
def hasSectionsForBlocks: Boolean

Attributes

Inherited from:
FragmentBuilder

Givens

Inherited givens

given given_ToBlock_Function_Fragment[R](using evidence$1: AsExecution[R]): given_ToBlock_Function_Fragment[R]

Attributes

Inherited from:
BlockDsl
given given_ToBlock_R_Fragment[R](using evidence$1: AsExecution[R]): given_ToBlock_R_Fragment[R]

Attributes

Inherited from:
BlockDsl
given given_ToBlock_StepParser_Fragment[R](using evidence$1: AsResult[R]): given_ToBlock_StepParser_Fragment[R]

Attributes

Inherited from:
BlockDsl

Extensions

Extensions

extension [S, R](d: String)(using not: NotGiven[NoExtendedBlockDsl])
infix def can(s: => S)(using t: ToBlock[S, R]): R
infix def in(s: => S)(using t: ToBlock[S, R]): R
infix def should(s: => S)(using t: ToBlock[S, R]): R

Inherited extensions

extension [S, R](d: String)
infix def >>(s: => S)(using t: ToBlock[S, R]): R

Attributes

Inherited from:
BlockDsl

Implicits

Implicits

> result ***-fffff55e" data-f-keywords="implicit">

adding a conflicting implicit to warn the user when a >> was forgotten

adding a conflicting implicit to warn the user when a >> was forgotten

Attributes