| Package | Description |
|---|---|
| org.zuchini.runner |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalScope |
class |
ThreadLocalScope |
| Modifier and Type | Method and Description |
|---|---|
Scope |
World.getGlobalScope() |
Scope |
Context.getGlobalScope() |
Scope |
World.getScenarioScope() |
Scope |
Context.getScenarioScope() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Converter<T> |
Converters.getConverter(Scope scope,
Class<T> parameterType) |
static <T> Converter<T> |
Converters.getConverter(Scope scope,
Class<T> parameterType,
Annotation[] parameterAnnotations) |
WorldBuilder |
WorldBuilder.withGlobalScope(Scope globalScope) |
WorldBuilder |
WorldBuilder.withScenarioScope(Scope scenarioScope) |
Copyright © 2017. All rights reserved.