Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
Modifier and Type | Method and Description |
---|---|
S |
FlowDriverOutput.verify(Class<? extends DataFormat<? super T>> formatClass,
File expectedFile,
String verifyRulePath,
ModelTester<? super T> tester)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(Class<? extends DataFormat<? super T>> formatClass,
String expectedPath,
String verifyRulePath,
ModelTester<? super T> tester)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(DataModelSourceFactory expectedFactory,
String verifyRulePath,
ModelTester<? super T> tester)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(Iterable<? extends T> expectedObjects,
String verifyRulePath,
ModelTester<? super T> tester)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(Provider<? extends Source<? extends T>> expectedProvider,
String verifyRulePath,
ModelTester<? super T> tester)
Enables to verify the results of this output.
|
S |
FlowDriverOutput.verify(String expectedPath,
String verifyRulePath,
ModelTester<? super T> tester)
Enables to verify the results of this output.
|
Modifier and Type | Method and Description |
---|---|
protected VerifyRuleFactory |
DriverOutputBase.toVerifyRuleFactory(String rulePath,
List<? extends ModelTester<? super T>> extraRules)
Converts
ModelVerifier into VerifyRuleFactory . |
Modifier and Type | Method and Description |
---|---|
<T> TestRule |
TestDataToolProvider.toVerifyRuleFragment(DataModelDefinition<T> dataModelClass,
ModelTester<? super T> tester)
Converts model tester into a corresponding rule.
|
<T> TestRule |
AbstractTestDataToolProvider.toVerifyRuleFragment(DataModelDefinition<T> dataModelClass,
ModelTester<? super T> tester) |
Constructor and Description |
---|
TesterDriver(ModelTester<? super T> verifier,
DataModelDefinition<? extends T> definition)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
String expectedPath,
String verifyRulePath,
ModelTester<?>... extraRules)
Verifies jobflow output.
|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
String expectedPath,
String verifyRulePath,
ModelTransformer<?> transformer,
ModelTester<?>... extraRules)
Verifies jobflow output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.