case class GWTStart(title: String, template: ScriptTemplate[Scenario, GivenWhenThenLines], isStart: Boolean = true) extends Scenario with Product with Serializable
Start of a scenario
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GWTStart
- Serializable
- Product
- Equals
- Scenario
- Script
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GWTStart(title: String, template: ScriptTemplate[Scenario, GivenWhenThenLines], 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: Scenario
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fragments(text: String): FragmentsSeq
- Definition Classes
- GWTStart → Script
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def given(): (GWT.this)#GWTGivens[::[String, HNil], ::[StepParser[String], HNil], String]
- def given[T](f: StepParser[T]): (GWT.this)#GWTGivens[::[T, HNil], ::[StepParser[T], HNil], T]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStart: Boolean
- Definition Classes
- GWTStart → 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: Scenario
- def stepsNumbers: Seq[Nothing]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val template: ScriptTemplate[Scenario, GivenWhenThenLines]
- val title: String
- Definition Classes
- GWTStart → 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[R, U](value: => R): (GWT.this)#GWTWhens[HNil, HNil, Unit, ::[String, HNil], ::[R, HNil], ::[StepParser[String], HNil], ::[(GWT.this)#Mapper[String, HNil, Nothing, R], HNil], U]
- def when(): (GWT.this)#GWTWhensApply[String, HNil, HNil, Unit, ::[String, HNil], HNil, ::[StepParser[String], HNil], HNil, Any]
- def withTitle(t: String): (GWT.this)#GWTStart
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated