Package | Description |
---|---|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.excel |
Test data/condition definitions in Excel sheets.
|
com.asakusafw.testdriver.excel.extension |
Extensions for test data providers using Excel books.
|
Modifier and Type | Method and Description |
---|---|
abstract <T> VerifyRule |
VerifyRuleFactory.createRule(DataModelDefinition<T> definition,
VerifyContext context)
Creates a new
VerifyRule object. |
abstract <T> Verifier |
VerifierFactory.createVerifier(DataModelDefinition<T> definition,
VerifyContext context)
Creates a new rule.
|
<T> VerifyRule |
VerifyRuleProvider.get(DataModelDefinition<T> definition,
VerifyContext context,
URI source)
Creates a
VerifyRule object from the specified source. |
<T> VerifyRule |
SpiVerifyRuleProvider.get(DataModelDefinition<T> definition,
VerifyContext context,
URI source) |
List<Difference> |
TestResultInspector.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
URI expected,
URI rule)
Deprecated.
Inspects the target exporter's output using specified expected data and rule.
|
List<Difference> |
TestModerator.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
VerifierFactory verifier)
Inspects the target exporter's output using specified expected data and rule.
|
Modifier and Type | Method and Description |
---|---|
<T> VerifyRule |
ExcelSheetRuleProvider.get(DataModelDefinition<T> definition,
VerifyContext context,
URI source) |
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) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.