| 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 |
|---|---|
VerifierFactory |
DriverOutputBase.getVerifier()
Returns the verifier.
|
protected VerifierFactory |
DriverOutputBase.toVerifierFactory(DataModelSourceFactory expectedFactory,
VerifyRuleFactory ruleFactory)
Converts a pair of expected data set factory and verify rule factory into
VerifyRuleFactory. |
protected VerifierFactory |
DriverElementBase.toVerifierFactory(VerifierFactory verifierFactory,
UnaryOperator<DataModelSource> sourceFilter)
Converts a pair of expected data set factory and verify rule factory into
VerifyRuleFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DriverOutputBase.setVerifier(VerifierFactory verifier)
Sets the verify rule for this output.
|
protected VerifierFactory |
DriverElementBase.toVerifierFactory(VerifierFactory verifierFactory,
UnaryOperator<DataModelSource> sourceFilter)
Converts a pair of expected data set factory and verify rule factory into
VerifyRuleFactory. |
S |
FlowDriverOutput.verify(VerifierFactory factory)
Sets how verify the execution results for this output.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Difference> |
TestModerator.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
VerifierFactory verifier)
Inspects the target exporter's output using specified expected data and rule.
|
void |
TestModerator.validate(Class<?> modelClass,
String label,
VerifierFactory target)
Validates
Verifiers. |
| Modifier and Type | Method and Description |
|---|---|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
VerifierFactory verifier)
Verifies jobflow output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.