| Modifier and Type | Method and Description |
|---|---|
void |
WorksheetFormatStatus.addMismatch(ColumnMismatch mismatchType,
TemplateColumn colType)
Will store the column mismatch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorksheetFormatStatus.addAllMismatches(Map<ColumnMismatch,Set<TemplateColumn>> columnMismatches)
Will add all given columnMismatches to this.
|
void |
WorksheetFormatStatus.addMismatches(ColumnMismatch mismatchType,
Collection<TemplateColumn> columnsMismatched)
Add mismatches to the worksheed format status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequirementLinksSheetColumn |
class |
RequirementSheetColumn
Enum of the columns which can be found in the requirement sheet of an import / export workbook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstructionBuilder<COL extends Enum<COL> & TemplateColumn,INST extends Instruction<?>>
Generic superclass for instruction builders.
|
class |
WorksheetDef<COL extends TemplateColumn>
Definition of a worksheet that is to be processd by the importer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoverageSheetColumn |
class |
DatasetParamValuesSheetColumn
Enum of the columns which can be found in the datashet worksheet of an import / export workbook.
|
class |
DatasetSheetColumn
Enum of the columns which can be found in the datashet worksheet of an import / export workbook.
|
class |
ParameterSheetColumn
Enumerates columns in the parameters worksheet
|
class |
StepSheetColumn
Describes columns from test step import template.
|
class |
TestCaseSheetColumn
Enumerates columns in the test case worksheet
|
| Modifier and Type | Method and Description |
|---|---|
<E extends TemplateColumn> |
TemplateWorksheet.getColumnTypes() |
<COL extends TemplateColumn> |
WorkbookMetaData.getWorksheetDef(TemplateWorksheet ws) |
| Modifier and Type | Method and Description |
|---|---|
TemplateColumn |
ColumnMismatchException.getColType() |
<E extends TemplateColumn> |
TemplateWorksheet.getColumnTypes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorksheetDef<? extends TemplateColumn>> |
WorkbookMetaData.getWorksheetDefs() |
| Constructor and Description |
|---|
ColumnMismatchException(ColumnMismatch type,
TemplateColumn colType) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.