case class GWTGivens[GT <: HList, GTE <: HList, GTU](title: String, template: ScriptTemplate[Scenario, GivenWhenThenLines], givenExtractors: GTE = HNil, isStart: Boolean = true) extends Scenario with Product with Serializable
GT = Given types, types of extracted values for then steps GTE = Given extractor types, types of extractor functions WT = When types, types of extracted values for when steps WTR = When result types, after mapping WTE = When extractor types WM = Mapping functions types TTE = Then types extractors VE = verification types for then steps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GWTGivens
- Serializable
- Product
- Equals
- Scenario
- Script
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GWTGivens(title: String, template: ScriptTemplate[Scenario, GivenWhenThenLines], givenExtractors: GTE = HNil, isStart: Boolean = true)
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
- 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)#GWTGivens[Nothing, GTE, Nothing]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fragments(text: String): FragmentsSeq
- Definition Classes
- GWTGivens → Script
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def given[U](): (GWT.this)#GWTGivens[::[String, GT], ::[StepParser[String], GTE], U]
- def given[T, U](f: StepParser[T]): (GWT.this)#GWTGivens[::[T, GT], ::[StepParser[T], GTE], U]
- val givenExtractors: GTE
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStart: Boolean
- Definition Classes
- GWTGivens → 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)#GWTGivens[Nothing, GTE, Nothing]
- def stepsNumbers: Seq[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val template: ScriptTemplate[Scenario, GivenWhenThenLines]
- val title: String
- Definition Classes
- GWTGivens → Script
- 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])
- def when(): (GWT.this)#GWTWhensApply[String, GT, GTE, GTU, ::[String, HNil], HNil, ::[StepParser[String], HNil], HNil, Any]
- def when[T](f: StepParser[T]): (GWT.this)#GWTWhensApply[T, GT, GTE, GTU, ::[T, HNil], HNil, ::[StepParser[T], HNil], HNil, Any]
- def withTitle(t: String): (GWT.this)#GWTGivens[GT, GTE, GTU]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated