| Package | Description |
|---|---|
| com.github.dakusui.scriptiveunit | |
| com.github.dakusui.scriptiveunit.drivers | |
| com.github.dakusui.scriptiveunit.model |
| Modifier and Type | Method and Description |
|---|---|
Report |
Session.createReport(TestItem testItem) |
Report |
Session.Impl.createReport(TestItem testItem) |
| Modifier and Type | Method and Description |
|---|---|
Func<TestItem> |
Core.testItem() |
| Modifier and Type | Class and Description |
|---|---|
static class |
TestItem.Impl |
| Modifier and Type | Method and Description |
|---|---|
static TestItem |
TestItem.create(String testSuiteDescription,
IndexedTestCase testCase,
TestOracle testOracle,
int testItemId) |
TestItem |
Stage.getTestItem() |
TestItem |
Stage.Delegating.getTestItem() |
| Modifier and Type | Method and Description |
|---|---|
static Report |
Report.create(Config config,
TestItem testItem) |
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) |
Function<Session,com.github.dakusui.actionunit.Action> |
TestOracle.createTestActionFactory(TestItem testItem,
com.github.dakusui.jcunit.core.tuples.Tuple testCaseTuple) |
Copyright © 2017. All rights reserved.