public interface TestSuiteDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TestSuiteDescriptor.Loader |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig() |
String |
getDescription() |
ParameterSpaceDescriptor |
getFactorSpaceDescriptor() |
List<String> |
getInvolvedParameterNamesInSetUpAction() |
GroupedTestItemRunner.Type |
getRunnerType() |
Func<com.github.dakusui.actionunit.Action> |
getSetUpActionFactory() |
Func<com.github.dakusui.actionunit.Action> |
getSetUpBeforeAllActionFactory() |
Func<com.github.dakusui.actionunit.Action> |
getTearDownActionFactory() |
Func<com.github.dakusui.actionunit.Action> |
getTearDownAfterAllActionFactory() |
List<IndexedTestCase> |
getTestCases() |
List<? extends TestOracle> |
getTestOracles() |
Map<String,List<Object>> |
getUserDefinedFormClauses() |
String getDescription()
GroupedTestItemRunner.Type getRunnerType()
ParameterSpaceDescriptor getFactorSpaceDescriptor()
List<? extends TestOracle> getTestOracles()
List<IndexedTestCase> getTestCases()
Func<com.github.dakusui.actionunit.Action> getSetUpBeforeAllActionFactory()
Func<com.github.dakusui.actionunit.Action> getSetUpActionFactory()
Func<com.github.dakusui.actionunit.Action> getTearDownActionFactory()
Func<com.github.dakusui.actionunit.Action> getTearDownAfterAllActionFactory()
Config getConfig()
Copyright © 2017. All rights reserved.