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.rule |
Tiny rule builder.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeVerifyRule
Composite verify rule.
|
class |
ModelVerifierDriver<T>
Adapters
ModelVerifier to VerifyRule . |
Modifier and Type | Field and Description |
---|---|
static VerifyRule |
VerifyRule.NULL
A verify rule that accepts any data.
|
Modifier and Type | Method and Description |
---|---|
abstract <T> VerifyRule |
VerifyRuleFactory.createRule(DataModelDefinition<T> definition,
VerifyContext context)
Creates a new
VerifyRule object. |
<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) |
<T> VerifyRule |
TestResultInspector.rule(Class<? extends T> modelClass,
ModelVerifier<T> verifier)
Deprecated.
Converts
ModelVerifier into VerifyRule . |
Modifier and Type | Method and Description |
---|---|
List<Difference> |
TestResultInspector.inspect(Class<?> modelClass,
ExporterDescription description,
URI expected,
VerifyRule rule)
Deprecated.
Inspects the target exporter's output using specified expected data and rule.
|
Constructor and Description |
---|
CompositeVerifyRule(VerifyRule rule,
List<? extends TestRule> fragments)
Creates a new instance.
|
VerifyEngine(VerifyRule rule)
Creates a new instance.
|
VerifyRuleVerifier(DataModelSource expected,
VerifyRule rule)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
<T> VerifyRule |
ExcelSheetRuleProvider.get(DataModelDefinition<T> definition,
VerifyContext context,
URI source) |
Modifier and Type | Class and Description |
---|---|
class |
VerifyRuleInterpretor
Simple condition based
VerifyRule implementation. |
Modifier and Type | Method and Description |
---|---|
VerifyRule |
VerifyRuleBuilder.toVerifyRule()
Returns a
VerifyRule from since added rules. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.