GlueAdaptor

io.cucumber.scala.GlueAdaptor
class GlueAdaptor(glue: Glue)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def loadRegistry(registry: ScalaDslRegistry, scenarioScoped: Boolean): Unit

Load the step definitions and hooks from a ScalaDsl instance into the glue.

Load the step definitions and hooks from a ScalaDsl instance into the glue.

Value parameters

registry

ScalaDsl instance registry

scenarioScoped

true for class instances, false for object singletons

Attributes