case class GWTThens[GT <: HList, GTE <: HList, GTU, WT <: HList, WTR <: HList, WTE <: HList, WM <: HList, WTU, TTE <: HList, VE <: HList](whens: (GWT.this)#GWTWhens[GT, GTE, GTU, WT, WTR, WTE, WM, WTU], thenExtractors: TTE, verifications: VE, isStart: Boolean = true) extends Scenario with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GWTThens
- Serializable
- Product
- Equals
- Scenario
- Script
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen(): (GWT.this)#GWTThensApply[String, GT, GTE, GTU, WT, WTR, WTE, WM, WTU, ::[StepParser[String], TTE], VE]
- def andThen[T](f: StepParser[T]): (GWT.this)#GWTThensApply[T, GT, GTE, GTU, WT, WTR, WTE, WM, WTU, ::[StepParser[T], TTE], VE]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def end: (GWT.this)#GWTThens[GT, GTE, GTU, WT, WTR, WTE, WM, WTU, TTE, VE]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fragments(text: String): FragmentsSeq
use the template to parse the text and return blocks of TextLines, GivenLines, WhenLines, ThenLines
use the template to parse the text and return blocks of TextLines, GivenLines, WhenLines, ThenLines
For each of this blocks create steps and examples with execution dependencies (values created in a steps and used in another one).
- Definition Classes
- GWTThens → Script
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def givens: (GWT.this)#GWTGivens[GT, GTE, GTU]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStart: Boolean
- Definition Classes
- GWTThens → Script
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def start: (GWT.this)#GWTThens[GT, GTE, GTU, WT, WTR, WTE, WM, WTU, TTE, VE]
- def stepsNumbers: Seq[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def template: ScriptTemplate[Scenario, GivenWhenThenLines]
- val thenExtractors: TTE
- def title: String
- Definition Classes
- GWTThens → Script
- val verifications: VE
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val whens: (GWT.this)#GWTWhens[GT, GTE, GTU, WT, WTR, WTE, WM, WTU]
- def withTitle(t: String): (GWT.this)#GWTThens[GT, GTE, GTU, WT, WTR, WTE, WM, WTU, TTE, VE]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated