@API(status=STABLE)
public interface Backend
Modifier and Type | Method and Description |
---|---|
void |
buildWorld()
Invoked before a new scenario starts.
|
void |
disposeWorld()
Invoked at the end of a scenario, after hooks
|
Snippet |
getSnippet() |
void |
loadGlue(Glue glue,
List<URI> gluePaths)
Invoked once before all features.
|
void loadGlue(Glue glue, List<URI> gluePaths)
glue
- Glue that provides the steps to be executed.gluePaths
- The locations for the glue to be loaded.void buildWorld()
ScenarioScoped
void disposeWorld()
Snippet getSnippet()
Copyright © 2020. All rights reserved.