Package | Description |
---|---|
com.asakusafw.testdriver.excel |
Test data/condition definitions in Excel sheets.
|
com.asakusafw.testdriver.excel.legacy |
Legacy test condition definitions in Excel sheets.
|
com.asakusafw.testdriver.rule |
Tiny rule builder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Set<DataModelCondition> |
TotalConditionKind.getPredicates()
Returns predicates corresponded to this.
|
Modifier and Type | Method and Description |
---|---|
Set<DataModelCondition> |
LegacyExcelRuleExtractor.extractDataModelCondition(org.apache.poi.ss.usermodel.Sheet sheet) |
Modifier and Type | Method and Description |
---|---|
static DataModelCondition |
DataModelCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataModelCondition[] |
DataModelCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
VerifyRuleInterpretor(List<PropertyName> keys,
Set<DataModelCondition> modelConditions,
List<? extends PropertyCondition<?>> propertyConditions)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.