public static enum Stage.Factory extends Enum<Stage.Factory>
| Modifier and Type | Method and Description |
|---|---|
static Stage |
createConstraintGenerationStage(Config config,
Statement.Factory statementFactory,
com.github.dakusui.jcunit.core.tuples.Tuple tuple) |
static Stage |
createFixtureLevelStage(Stage.Type type,
Session session,
com.github.dakusui.jcunit.core.tuples.Tuple fixture) |
static Stage |
createOracleFailureHandlingStage(Session session,
TestItem testItem,
Throwable throwable,
Report report) |
static Stage |
createOracleLevelStage(Stage.Type type,
Session session,
TestItem testItem,
Report report) |
static <RESPONSE> Stage |
createOracleVerificationStage(Session session,
TestItem testItem,
RESPONSE response,
Report report) |
static Stage |
createSuiteLevelStage(Stage.Type type,
Session session,
com.github.dakusui.jcunit.core.tuples.Tuple commonFixture) |
static Stage |
createTopLevel(Session session) |
static Stage.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Stage.Factory[] values()
for (Stage.Factory c : Stage.Factory.values()) System.out.println(c);
public static Stage.Factory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Stage createConstraintGenerationStage(Config config, Statement.Factory statementFactory, com.github.dakusui.jcunit.core.tuples.Tuple tuple)
public static Stage createSuiteLevelStage(Stage.Type type, Session session, com.github.dakusui.jcunit.core.tuples.Tuple commonFixture)
public static Stage createFixtureLevelStage(Stage.Type type, Session session, com.github.dakusui.jcunit.core.tuples.Tuple fixture)
public static Stage createOracleLevelStage(Stage.Type type, Session session, TestItem testItem, Report report)
public static <RESPONSE> Stage createOracleVerificationStage(Session session, TestItem testItem, RESPONSE response, Report report)
Copyright © 2017. All rights reserved.