Package | Description |
---|---|
com.asakusafw.testdriver.excel |
Test data/condition definitions in Excel sheets.
|
com.asakusafw.testdriver.excel.extension |
Extensions for test data providers using Excel books.
|
com.asakusafw.testdriver.excel.legacy |
Legacy test condition definitions in Excel sheets.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultExcelRuleExtractor.extractComments(org.apache.poi.ss.usermodel.Row row) |
String |
ExcelRuleExtractor.extractComments(org.apache.poi.ss.usermodel.Row row)
Extracts comments from the row.
|
Set<DataModelCondition> |
DefaultExcelRuleExtractor.extractDataModelCondition(org.apache.poi.ss.usermodel.Sheet sheet) |
Set<DataModelCondition> |
ExcelRuleExtractor.extractDataModelCondition(org.apache.poi.ss.usermodel.Sheet sheet)
Extract predicates about presence/absense of each data model objects.
|
String |
DefaultExcelRuleExtractor.extractName(org.apache.poi.ss.usermodel.Row row) |
String |
ExcelRuleExtractor.extractName(org.apache.poi.ss.usermodel.Row row)
Extract property name from the row.
|
NullityConditionKind |
DefaultExcelRuleExtractor.extractNullityCondition(org.apache.poi.ss.usermodel.Row row) |
NullityConditionKind |
ExcelRuleExtractor.extractNullityCondition(org.apache.poi.ss.usermodel.Row row)
Extract nullity predicate from the row.
|
String |
DefaultExcelRuleExtractor.extractOptions(org.apache.poi.ss.usermodel.Row row) |
String |
ExcelRuleExtractor.extractOptions(org.apache.poi.ss.usermodel.Row row)
Extracts extra options from the row.
|
int |
DefaultExcelRuleExtractor.extractPropertyRowStartIndex(org.apache.poi.ss.usermodel.Sheet sheet) |
int |
ExcelRuleExtractor.extractPropertyRowStartIndex(org.apache.poi.ss.usermodel.Sheet sheet)
Extract row index of describing conditions about each property.
|
ValueConditionKind |
DefaultExcelRuleExtractor.extractValueCondition(org.apache.poi.ss.usermodel.Row row) |
ValueConditionKind |
ExcelRuleExtractor.extractValueCondition(org.apache.poi.ss.usermodel.Row row)
Extract value predicate from the row.
|
ValuePredicate<?> |
ExcelSheetRuleExtension.resolve(VerifyContext context,
PropertyName name,
PropertyType type,
String expression)
Resolves a rule expression and returns its
ValuePredicate . |
Modifier and Type | Method and Description |
---|---|
ValuePredicate<?> |
ExcelSheetApproximateRule.resolve(VerifyContext context,
PropertyName name,
PropertyType type,
String expression) |
ValuePredicate<?> |
ExcelSheetOrdinalRule.resolve(VerifyContext context,
PropertyName name,
PropertyType type,
String expression) |
Modifier and Type | Method and Description |
---|---|
String |
LegacyExcelRuleExtractor.extractComments(org.apache.poi.ss.usermodel.Row row) |
Set<DataModelCondition> |
LegacyExcelRuleExtractor.extractDataModelCondition(org.apache.poi.ss.usermodel.Sheet sheet) |
String |
LegacyExcelRuleExtractor.extractName(org.apache.poi.ss.usermodel.Row row) |
NullityConditionKind |
LegacyExcelRuleExtractor.extractNullityCondition(org.apache.poi.ss.usermodel.Row row) |
String |
LegacyExcelRuleExtractor.extractOptions(org.apache.poi.ss.usermodel.Row row) |
int |
LegacyExcelRuleExtractor.extractPropertyRowStartIndex(org.apache.poi.ss.usermodel.Sheet sheet) |
ValueConditionKind |
LegacyExcelRuleExtractor.extractValueCondition(org.apache.poi.ss.usermodel.Row row) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.