class ScalaScenarioScopedDataTableDefinition[T] extends ScalaDataTableDefinition[T] with ScenarioScoped
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaScenarioScopedDataTableDefinition
- ScenarioScoped
- ScalaDataTableDefinition
- ScalaDataTableTypeDefinition
- AbstractDatatableElementTransformerDefinition
- AbstractGlueDefinition
- DataTableTypeDefinition
- Located
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScalaScenarioScopedDataTableDefinition(details: ScalaDataTableTableTypeDetails[T])
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]) @HotSpotIntrinsicCandidate() @native()
- val dataTableType: DataTableType
- Definition Classes
- ScalaDataTableDefinition
- val details: ScalaDataTableTableTypeDetails[T]
- Definition Classes
- ScalaScenarioScopedDataTableDefinition → ScalaDataTableDefinition
- def dispose(): Unit
- Definition Classes
- ScenarioScoped
- val emptyPatterns: Seq[String]
- Definition Classes
- ScalaDataTableDefinition → AbstractDatatableElementTransformerDefinition
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def executeAsCucumber(block: => Unit): Unit
Executes the block of code and handle failures in the way asked by Cucumber specification: that is throwing a CucumberInvocationTargetException.
Executes the block of code and handle failures in the way asked by Cucumber specification: that is throwing a CucumberInvocationTargetException.
- Attributes
- protected
- Definition Classes
- AbstractGlueDefinition
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getLocation(): String
- Definition Classes
- AbstractGlueDefinition → Located
- def getSourceReference(): Optional[SourceReference]
- Definition Classes
- AbstractGlueDefinition → Located
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def isDefinedAt(stackTraceElement: StackTraceElement): Boolean
- Definition Classes
- AbstractGlueDefinition → Located
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val location: StackTraceElement
- Definition Classes
- ScalaDataTableDefinition → AbstractGlueDefinition
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def replaceEmptyPatternsWithEmptyString(t: String): String
- Attributes
- protected
- Definition Classes
- AbstractDatatableElementTransformerDefinition
- def replaceEmptyPatternsWithEmptyString(fromValue: Map[String, String]): Try[Map[String, String]]
- Attributes
- protected
- Definition Classes
- AbstractDatatableElementTransformerDefinition
- def replaceEmptyPatternsWithEmptyString(table: DataTable): DataTable
- Attributes
- protected
- Definition Classes
- AbstractDatatableElementTransformerDefinition
- def replaceEmptyPatternsWithEmptyString(row: Seq[String]): Seq[String]
- Attributes
- protected
- Definition Classes
- AbstractDatatableElementTransformerDefinition
- lazy val sourceReference: SourceReference
- Definition Classes
- AbstractGlueDefinition
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)