Packages

c

io.cucumber.scala

ScalaDslRegistry

final class ScalaDslRegistry extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaDslRegistry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaDslRegistry()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterAllHooks: Seq[ScalaStaticHookDetails]
  5. def afterHooks: Seq[ScalaHookDetails]
  6. def afterStepHooks: Seq[ScalaHookDetails]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def beforeAllHooks: Seq[ScalaStaticHookDetails]
  9. def beforeHooks: Seq[ScalaHookDetails]
  10. def beforeStepHooks: Seq[ScalaHookDetails]
  11. def checkConsistency(scenarioScoped: Boolean): Either[IncorrectHookDefinitionException, Unit]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def dataTableTypes: Seq[ScalaDataTableTypeDetails[_]]
  14. def defaultDataTableCellTransformers: Seq[ScalaDefaultDataTableCellTransformerDetails]
  15. def defaultDataTableEntryTransformers: Seq[ScalaDefaultDataTableEntryTransformerDetails]
  16. def defaultParameterTransformers: Seq[ScalaDefaultParameterTransformerDetails]
  17. def docStringTypes: Seq[ScalaDocStringTypeDetails[_]]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def expectHook(hookType: HookType, stackTraceElement: StackTraceElement): Unit
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def parameterTypes: Seq[ScalaParameterTypeDetails[_]]
  28. def registerDataTableType[T](details: ScalaDataTableTypeDetails[T]): Unit
  29. def registerDefaultDataTableCellTransformer(details: ScalaDefaultDataTableCellTransformerDetails): Unit
  30. def registerDefaultDataTableEntryTransformer(details: ScalaDefaultDataTableEntryTransformerDetails): Unit
  31. def registerDefaultParameterTransformer(details: ScalaDefaultParameterTransformerDetails): Unit
  32. def registerDocStringType[T](details: ScalaDocStringTypeDetails[T]): Unit
  33. def registerDynamicHook(hookType: ScopedHookType, details: ScalaHookDetails): Unit
  34. def registerParameterType[R](details: ScalaParameterTypeDetails[R]): Unit
  35. def registerStaticHook(hookType: StaticHookType, details: ScalaStaticHookDetails): Unit
  36. def registerStep(details: ScalaStepDetails): Unit
  37. def stepDefinitions: Seq[ScalaStepDetails]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped