MutableDsl

Dsl for creating mutable specifications

trait TagDsl
trait ArgProperties
trait ArgumentsCreation
trait TitleDsl
trait TitleDsl
trait ActionDsl
trait TextDsl
trait BlockDsl
trait BlockCreation
trait AcceptanceDsl1
trait ActionDsl
trait TagDsl
class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait ToBlock[S, R]
Inherited from:
BlockCreation
trait ToFragments[T]
Inherited from:
FragmentsDsl
trait ToSpecStructure[T1, T2]
Inherited from:
SpecStructureDsl
class WarningForgottenOperator(s: String)
Inherited from:
ExtendedBlockDsl
implicit implicit class appendFragments[T1, T2](t1: T1)(using evidence$1: ToFragments[T1], evidence$2: ToFragments[T2])
Inherited from:
FragmentsDsl
implicit implicit class appendSpecStructure[T1, T2](t1: T1)(using tss: ToSpecStructure[T1, T2])
Inherited from:
SpecStructureDsl
object given_Conversion_String_SpecStructure extends Conversion[String, SpecStructure]
Inherited from:
SpecStructureDsl
Inherited from:
FragmentsDsl
object given_ToFragments_String extends ToFragments[String]
Inherited from:
FragmentsDsl
object given_ToSpecStructure_Arguments_Arguments extends ToSpecStructure[Arguments, Arguments]
Inherited from:
SpecStructureDsl

APPENDING TO ARGUMENTS

APPENDING TO ARGUMENTS

Inherited from:
SpecStructureDsl

APPENDING TO A FRAGMENT

APPENDING TO A FRAGMENT

Inherited from:
SpecStructureDsl

APPENDING TO FRAGMENTS

APPENDING TO FRAGMENTS

Inherited from:
SpecStructureDsl

APPENDING TO A SPEC STRUCTURE

APPENDING TO A SPEC STRUCTURE

Inherited from:
SpecStructureDsl

APPENDING TO A STRING

APPENDING TO A STRING

Inherited from:
SpecStructureDsl

Value members

Inherited methods

override def action[T](a: => T)(using evidence$1: AsExecution[T]): Fragment
Definition Classes
Inherited from:
ActionDsl
def addBacktab(n: Int): Fragment
Inherited from:
TextCreation
Inherited from:
TextCreation
def addBreak(n: Int): Fragment
Inherited from:
TextCreation
Inherited from:
TextCreation
override def addExample(d: String, execution: => Execution): Fragment
Definition Classes
Inherited from:
ExampleDsl
def addFragment(fragment: Fragment): Fragment
Inherited from:
MutableFragmentBuilder
def addParagraph(s: String, n: Int): Fragment
Inherited from:
TextCreation
def addSections(): Unit
Inherited from:
MutableFragmentBuilder
def addTab(n: Int): Fragment
Inherited from:
TextCreation
Inherited from:
TextCreation
def addText(s: String): Fragment
Inherited from:
TextCreation
override def args(ex: ArgProperty[String], include: ArgProperty[String], exclude: ArgProperty[String], was: ArgProperty[String], plan: ArgProperty[Boolean], skipAll: ArgProperty[Boolean], stopOnFail: ArgProperty[Boolean], stopOnError: ArgProperty[Boolean], stopOnIssue: ArgProperty[Boolean], stopOnSkip: ArgProperty[Boolean], sequential: ArgProperty[Boolean], sequentialRandom: ArgProperty[Boolean], batchSize: ArgProperty[Int], timeFactor: ArgProperty[Int], timeout: ArgProperty[FiniteDuration], asap: ArgProperty[Boolean], xonly: ArgProperty[Boolean], showOnly: ArgProperty[String], color: ArgProperty[Boolean]): Arguments

shorthand method to create an Arguments object

shorthand method to create an Arguments object

Definition Classes
ArgumentsCreation -> ArgumentsCreation
Inherited from:
ArgumentsCreation
Inherited from:
FragmentsFactory
def fragmentsBlock(fragments: Seq[Fragment], offset: Int): Fragments

create a block of new fragments where each of them is separated by a newline and there is a specific offset from the left margin

create a block of new fragments where each of them is separated by a newline and there is a specific offset from the left margin

Inherited from:
FragmentsDsl
Inherited from:
MutableFragmentBuilder
override def section(tag: NamedTag): Fragment
Definition Classes
Inherited from:
TagDsl
override def section(names: String*): Fragment
Definition Classes
Inherited from:
TagDsl
def setArguments(a: Arguments): Arguments
def setTitle(t: String): SpecHeader
Inherited from:
MutableHeaderBuilder
override def step[T](a: => T)(using evidence$2: AsExecution[T]): Fragment
Definition Classes
Inherited from:
ActionDsl
def step[T](a: => T, global: Boolean)(using evidence$2: AsExecution[T]): Fragment
Inherited from:
ActionDsl
def stopWhen(f: Result => Boolean): Fragment
Inherited from:
ActionDsl
def stopWhen(r: Result): Fragment
Inherited from:
ActionDsl
def stopWhenFail(when: => Boolean): Fragment
Inherited from:
ActionDsl
Inherited from:
ActionDsl
def stopWhenSkipped(when: => Boolean): Fragment
Inherited from:
ActionDsl
override def tag(tag: NamedTag): Fragment
Definition Classes
Inherited from:
TagDsl
override def tag(names: String*): Fragment
Definition Classes
Inherited from:
TagDsl
def title(s: String)(using nothing: Int): SpecHeader
Inherited from:
TitleDsl
def updateArguments(a: Arguments): Arguments

Inherited fields

lazy override val args: ArgumentsNamespaceMutable
Inherited from:
ArgumentsCreation

Givens

Inherited givens

given given_ToBlock_Function_Fragment[R](using evidence$4: AsExecution[R]): given_ToBlock_Function_Fragment[R]
Inherited from:
BlockDsl
given given_ToBlock_R_Fragment[R](using evidence$3: AsExecution[R]): given_ToBlock_R_Fragment[R]
Inherited from:
BlockDsl
given given_ToBlock_StepParser_Fragment[R](using evidence$2: AsResult[R]): given_ToBlock_StepParser_Fragment[R]
Inherited from:
BlockDsl

APPENDING TO ARGUMENTS

APPENDING TO ARGUMENTS

Inherited from:
SpecStructureDsl
given given_ToSpecStructure_Arguments_T[T <: SpecificationStructure]: given_ToSpecStructure_Arguments_T[T]
Inherited from:
SpecStructureDsl

APPENDING TO A FRAGMENT

APPENDING TO A FRAGMENT

Inherited from:
SpecStructureDsl
given given_ToSpecStructure_Fragment_T[T <: SpecificationStructure]: given_ToSpecStructure_Fragment_T[T]
Inherited from:
SpecStructureDsl

APPENDING TO FRAGMENTS

APPENDING TO FRAGMENTS

Inherited from:
SpecStructureDsl
given given_ToSpecStructure_SpecHeader_T[T <: SpecificationStructure]: given_ToSpecStructure_SpecHeader_T[T]

APPENDING TO A SPEC HEADER

APPENDING TO A SPEC HEADER

Inherited from:
SpecStructureDsl

APPENDING TO A SPEC STRUCTURE

APPENDING TO A SPEC STRUCTURE

Inherited from:
SpecStructureDsl
given given_ToSpecStructure_SpecStructure_T[T <: SpecificationStructure]: given_ToSpecStructure_SpecStructure_T[T]
Inherited from:
SpecStructureDsl

APPENDING TO A STRING

APPENDING TO A STRING

Inherited from:
SpecStructureDsl
given given_ToSpecStructure_String_T[T <: SpecificationStructure]: given_ToSpecStructure_String_T[T]
Inherited from:
SpecStructureDsl

Extensions

Inherited extensions

extension (alias: String)
infix override def ~/(s: => SpecificationStructure, tooltip: String): Fragment
Definition Classes
Inherited from:
ReferenceDsl
infix override def ~/(s: => SpecificationStructure): Fragment
Definition Classes
Inherited from:
ReferenceDsl
infix override def ~/(s: SpecStructure, tooltip: String): Fragment
Definition Classes
Inherited from:
ReferenceDsl
infix override def ~/(s: SpecStructure): Fragment
Definition Classes
Inherited from:
ReferenceDsl
extension (alias: String)
infix override def ~(s: => SpecificationStructure, tooltip: String): Fragment
Definition Classes
Inherited from:
ReferenceDsl
infix override def ~(s: => SpecificationStructure): Fragment
Definition Classes
Inherited from:
ReferenceDsl
infix override def ~(s: SpecStructure, tooltip: String): Fragment
Definition Classes
Inherited from:
ReferenceDsl
infix override def ~(s: SpecStructure): Fragment
Definition Classes
Inherited from:
ReferenceDsl
extension [R](d: String)
@targetName("bangWithEnv")
def !(using not: NotGiven[NoBangExamples])(r: Env => R)(using evidence$3: AsResult[R]): Fragment
Inherited from:
ExampleDsl
extension [R](d: String)
def !(using not: NotGiven[NoBangExamples])(r: String => R)(using evidence$2: AsResult[R]): Fragment
Inherited from:
ExampleDsl
def !(using not: NotGiven[NoBangExamples])(r: => R)(using evidence$1: AsResult[R]): Fragment
Inherited from:
ExampleDsl
extension (d: String)
def !(using not: NotGiven[NoBangExamples])(execution: => Execution): Fragment
Inherited from:
ExampleDsl
extension [S, R](d: String)
infix def >>(s: => S)(using t: ToBlock[S, R]): R
Inherited from:
BlockDsl
extension [S, R](d: String)
infix def can(using not: NotGiven[NoExtendedBlockDsl])(s: => S)(using t: ToBlock[S, R]): R
Inherited from:
ExtendedBlockDsl
infix def in(using not: NotGiven[NoExtendedBlockDsl])(s: => S)(using t: ToBlock[S, R]): R
Inherited from:
ExtendedBlockDsl
infix def should(using not: NotGiven[NoExtendedBlockDsl])(s: => S)(using t: ToBlock[S, R]): R
Inherited from:
ExtendedBlockDsl
extension (f: => Fragment)
infix def section(tag: NamedTag): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Inherited from:
TagDsl
infix def section(tag: String): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Inherited from:
TagDsl
infix def tag(tag: NamedTag): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Inherited from:
TagDsl
infix def tag(tag: String): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Inherited from:
TagDsl
extension (f: => Fragment)
def backtab(n: Int): Fragment
Inherited from:
TextDsl
Inherited from:
TextDsl
def br(n: Int): Fragment
Inherited from:
TextDsl
Inherited from:
TextDsl
def p(n: Int): Fragment
Inherited from:
TextDsl
def p: Fragment
Inherited from:
TextDsl
def tab(n: Int): Fragment
Inherited from:
TextDsl
Inherited from:
TextDsl
extension (fragment: Fragment)
Inherited from:
FragmentsDsl
extension (fragment: Fragment)
Inherited from:
FragmentsDsl
extension (fs: => Fragments)
def backtab(n: Int): Fragments
Inherited from:
TextDsl
Inherited from:
TextDsl
def br(n: Int): Fragments
Inherited from:
TextDsl
Inherited from:
TextDsl
def p(n: Int): Fragments
Inherited from:
TextDsl
Inherited from:
TextDsl
def tab(n: Int): Fragments
Inherited from:
TextDsl
Inherited from:
TextDsl
extension (fs: => Fragments)
infix def section(tag: NamedTag): Fragments

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Inherited from:
TagDsl
infix def tag(tag: NamedTag): Fragments

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Inherited from:
TagDsl
extension (s: String)
override def title(using not: NotGiven[NoTitleDsl]): SpecHeader
Definition Classes
Inherited from:
TitleDsl
extension (s: String)
def br(n: Int): Fragment
Inherited from:
TextDsl
Inherited from:
TextDsl
def p(n: Int): Fragment
Inherited from:
TextDsl
def p: Fragment
Inherited from:
TextDsl
Inherited from:
TextDsl
extension [T1, T2](t1: T1)
def ^(t2: => T2)(using tss: ToSpecStructure[T1, T2]): SpecStructure
Inherited from:
SpecStructureDsl

Implicits

Inherited implicits

> result ***-fffff55e" data-f-keywords="implicit" data-f-inherited="ExtendedBlockDsl">> result ***-fffff55e" class="documentableAnchor">

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

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

Inherited from:
> result ***-fffff55e">ExtendedBlockDsl
final implicit def appendFragments[T1, T2](t1: T1)(using evidence$1: ToFragments[T1], evidence$2: ToFragments[T2]): appendFragments[T1, T2]
Inherited from:
FragmentsDsl
final implicit def appendSpecStructure[T1, T2](t1: T1)(using tss: ToSpecStructure[T1, T2]): appendSpecStructure[T1, T2]
Inherited from:
SpecStructureDsl
implicit def resultAsSpecStructure[R](r: => R)(using evidence$1: AsResult[R]): SpecStructure
Inherited from:
SpecStructureDsl
implicit def toArgProperty[T](t: => T)(using NotGiven[NoArgProperties], CanEqual[T, T]): ArgProperty[T]
Inherited from:
ArgProperties