GwenWebInterpreter
The main gwen-web interpreter.
class GwenInterpreter[WebContext]
class GwenLauncher[WebContext]
trait LazyLogging
class Object
trait Matchable
class Any
GwenWebInterpreter.type
Value members
Concrete methods
Inherited methods
Runs the interpreter with the given options.
Runs the interpreter with the given options.
- Value parameters:
- ctxOpt
optional evaluation context (None to have Gwen create an env context for each feature unit, Some(ctx) to reuse a context for all, default is None)
- options
the command line options
- Inherited from:
- GwenLauncher