| Package | Description |
|---|---|
| com.github.dakusui.scriptiveunit.model |
| Modifier and Type | Method and Description |
|---|---|
Stage.Type |
Stage.getType() |
Stage.Type |
Stage.Delegating.getType() |
static Stage.Type |
Stage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage.Type[] |
Stage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Stage.Factory.createFixtureLevelStage(Stage.Type type,
Session session,
com.github.dakusui.jcunit.core.tuples.Tuple fixture) |
static Stage |
Stage.Factory.createOracleLevelStage(Stage.Type type,
Session session,
TestItem testItem,
Report report) |
static Stage |
Stage.Factory.createSuiteLevelStage(Stage.Type type,
Session session,
com.github.dakusui.jcunit.core.tuples.Tuple commonFixture) |
Copyright © 2017. All rights reserved.