GwenWebInterpreter
The main gwen-web interpreter.
trait WebProjectInitialiser
class GwenInterpreter[WebContext]
trait NoopProjectInitialiser
class GwenLauncher[WebContext]
trait ProjectInitialiser
trait LazyLogging
class Object
trait Matchable
class Any
GwenWebInterpreter.type
Value members
Inherited methods
Initialises a new Gwen project.
Initialises a new Gwen project.
- Value parameters:
- flat
true if initialising in current or nested directory
- isNew
true if the project is new, false otherwise
- options
Gwen options
- Definition Classes
- WebProjectInitialiser -> ProjectInitialiser
- Inherited from:
- WebProjectInitialiser
Initialises a project direcotry given the user options
Initialises a project direcotry given the user options
- Inherited from:
- ProjectInitialiser
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