| Modifier and Type | Class and Description |
|---|---|
class |
ActionStepInstruction |
class |
CallStepInstruction |
class |
DatasetInstruction
As for 1.11.0 a DatasetInstruction just does handle datasets.
|
class |
DatasetParamValueInstruction |
class |
ParameterInstruction |
class |
RequirementLinkInstruction |
class |
RequirementVersionInstruction |
class |
StepInstruction
Generic instruction for test steps.
|
class |
TestCaseInstruction |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
TestCaseExcelBatchImporter.findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacilityImpl.postprocess(List<Instruction<?>> instructions)
for all other stuffs that need to be done afterward
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyHolderFinder<I extends Instruction<?>,T>
Target finder implementations are responsible for finding the target of an operation from this operation's context,
represented by an
Instruction |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
ExcelBatchImporter.buildOrderedInstruction(ExcelWorkbookParser parser) |
abstract List<Instruction<?>> |
ExcelBatchImporter.findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
RequirementExcelBatchImporter.findInstructionsByEntity(ExcelWorkbookParser parser,
EntityType entityType) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstructionBuilder<COL extends Enum<COL> & TemplateColumn,INST extends Instruction<?>>
Generic superclass for instruction builders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoverageInstruction |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.