class ScalaScenarioScopedStepDefinition extends ScalaStepDefinition with ScenarioScoped
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaScenarioScopedStepDefinition
- ScenarioScoped
- ScalaStepDefinition
- AbstractGlueDefinition
- StepDefinition
- Located
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalaScenarioScopedStepDefinition(stepDetails: ScalaStepDetails)
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
dispose(): Unit
- Definition Classes
- ScenarioScoped
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(args: Array[AnyRef]): Unit
- Definition Classes
- ScalaStepDefinition → StepDefinition
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLocation(): String
- Definition Classes
- ScalaStepDefinition → AbstractGlueDefinition → Located
-
def
getPattern(): String
- Definition Classes
- ScalaStepDefinition → StepDefinition
-
def
getSourceReference(): Optional[SourceReference]
- Definition Classes
- AbstractGlueDefinition → Located
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isDefinedAt(stackTraceElement: StackTraceElement): Boolean
- Definition Classes
- AbstractGlueDefinition → Located
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
location: StackTraceElement
- Definition Classes
- ScalaStepDefinition → AbstractGlueDefinition
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
parameterInfos: List[ParameterInfo]
- Definition Classes
- ScalaStepDefinition → StepDefinition
-
lazy val
sourceReference: SourceReference
- Definition Classes
- AbstractGlueDefinition
-
val
stepDetails: ScalaStepDetails
- Definition Classes
- ScalaScenarioScopedStepDefinition → ScalaStepDefinition
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated