Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
Modifier and Type | Method and Description |
---|---|
protected VerifyRuleFactory |
DriverOutputBase.toVerifyRuleFactory(ModelVerifier<? super T> modelVerifier)
Converts
ModelVerifier into VerifyRuleFactory . |
protected VerifyRuleFactory |
DriverOutputBase.toVerifyRuleFactory(String rulePath,
List<? extends ModelTester<? super T>> extraRules)
Converts
ModelVerifier into VerifyRuleFactory . |
Modifier and Type | Method and Description |
---|---|
protected VerifierFactory |
DriverOutputBase.toVerifierFactory(DataModelSourceFactory expectedFactory,
VerifyRuleFactory ruleFactory)
Converts a pair of expected data set factory and verify rule factory into
VerifyRuleFactory . |
Modifier and Type | Method and Description |
---|---|
VerifyRuleFactory |
TestToolRepository.getVerifyRuleFactory(URI ruleUri,
List<? extends TestRule> extraRules) |
VerifyRuleFactory |
TestDataToolProvider.getVerifyRuleFactory(URI ruleUri,
List<? extends TestRule> extraRules)
Returns a
VerifyRuleFactory for the URI. |
<T> VerifyRuleFactory |
TestDataToolProvider.toVerifyRuleFactory(DataModelDefinition<T> dataModelClass,
ModelVerifier<? super T> verifier)
Converts model verifier into a corresponding rule.
|
<T> VerifyRuleFactory |
AbstractTestDataToolProvider.toVerifyRuleFactory(DataModelDefinition<T> dataModel,
ModelVerifier<? super T> verifier) |
Modifier and Type | Method and Description |
---|---|
VerifierFactory |
TestDataToolProvider.toVerifierFactory(DataModelSourceFactory expectedFactory,
VerifyRuleFactory ruleFactory)
Returns a
VerifierFactory for expected data set and a verification rule. |
VerifierFactory |
AbstractTestDataToolProvider.toVerifierFactory(DataModelSourceFactory expectedFactory,
VerifyRuleFactory ruleFactory) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.