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 . |
S |
FlowDriverOutput.verify(Class<? extends DataFormat<? super T>> formatClass,
File expectedFile,
ModelVerifier<? super T> modelVerifier)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(Class<? extends DataFormat<? super T>> formatClass,
String expectedPath,
ModelVerifier<? super T> modelVerifier)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(DataModelSourceFactory expectedFactory,
ModelVerifier<? super T> modelVerifier)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(Iterable<? extends T> expectedObjects,
ModelVerifier<? super T> modelVerifier)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(Provider<? extends Source<? extends T>> expectedProvider,
ModelVerifier<? super T> modelVerifier)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(String expectedPath,
ModelVerifier<? super T> modelVerifier)
Enables to verify the results of this output.
|
Modifier and Type | Method and Description |
---|---|
<T> VerifyRule |
TestResultInspector.rule(Class<? extends T> modelClass,
ModelVerifier<T> verifier)
Deprecated.
Converts
ModelVerifier into VerifyRule . |
<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) |
Constructor and Description |
---|
ModelVerifierDriver(ModelVerifier<? super T> verifier,
DataModelDefinition<? extends T> definition)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.