| Modifier and Type | Method and Description |
|---|---|
Stage |
Session.createTopLevelStage() |
Stage |
Session.Impl.createTopLevelStage() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Stage |
Collections.wrapValueAsArgumentInStage(Stage i,
Func<E> value) |
| Modifier and Type | Method and Description |
|---|---|
static <E> Stage |
Collections.wrapValueAsArgumentInStage(Stage i,
Func<E> value) |
| Modifier and Type | Method and Description |
|---|---|
static Supplier<SyntaxException> |
SyntaxException.attributeNotFound(String attributeName,
Stage context,
Iterable<String> knownAttributeNames) |
static SyntaxException |
SyntaxException.systemAttributeNotFound(String attr,
Stage input) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Stage.Delegating |
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Stage.Factory.createConstraintGenerationStage(Config config,
Statement.Factory statementFactory,
com.github.dakusui.jcunit.core.tuples.Tuple tuple) |
static Stage |
Stage.Factory.createFixtureLevelStage(Stage.Type type,
Session session,
com.github.dakusui.jcunit.core.tuples.Tuple fixture) |
static Stage |
Stage.Factory.createOracleFailureHandlingStage(Session session,
TestItem testItem,
Throwable throwable,
Report report) |
static Stage |
Stage.Factory.createOracleLevelStage(Stage.Type type,
Session session,
TestItem testItem,
Report report) |
static <RESPONSE> Stage |
Stage.Factory.createOracleVerificationStage(Session session,
TestItem testItem,
RESPONSE response,
Report report) |
static Stage |
Stage.Factory.createSuiteLevelStage(Stage.Type type,
Session session,
com.github.dakusui.jcunit.core.tuples.Tuple commonFixture) |
static Stage |
Stage.Factory.createTopLevel(Session session) |
| Modifier and Type | Method and Description |
|---|---|
Function<Stage,com.github.dakusui.actionunit.Action> |
Stage.Type.getFixtureLevelActionFactory(Session session) |
Function<Stage,com.github.dakusui.actionunit.Action> |
Stage.Type.getSuiteLevelActionFactory(Session session) |
| Constructor and Description |
|---|
Delegating(Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
O |
Func.apply(Stage input) |
Object |
FuncHandler.handle(FuncInvoker invoker,
Func target,
Stage stage,
String alias) |
Object |
FuncInvoker.invokeFunc(Func target,
Stage stage,
String alias) |
Object |
FuncInvoker.Impl.invokeFunc(Func target,
Stage stage,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Form.Utils.createWrappedStage(Stage input,
Func<?>... args) |
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Form.Utils.createWrappedStage(Stage input,
Func<?>... args) |
Copyright © 2017. All rights reserved.