Package | Description |
---|---|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.html |
HTML style test data definitions.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
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.
|
List<Difference> |
TestResultInspector.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
URI expected,
URI rule)
Deprecated.
Inspects the target exporter's output using specified expected data and rule.
|
List<Difference> |
TestModerator.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
VerifierFactory verifier)
Inspects the target exporter's output using specified expected data and rule.
|
List<Difference> |
VerifyEngine.inspectInput(DataModelSource input)
Verifies the input sequence and returns diagnostics.
|
List<Difference> |
VerifyEngine.inspectRest()
Verifies the rest of expected data objects.
|
List<Difference> |
VerifyRuleVerifier.verify(DataModelSource results) |
List<Difference> |
Verifier.verify(DataModelSource results)
Verifies the result data.
|
Modifier and Type | Method and Description |
---|---|
void |
DifferenceSink.put(Difference difference)
Puts a difference object into this channel.
|
Modifier and Type | Method and Description |
---|---|
void |
TestModerator.save(Class<?> modelClass,
Iterable<Difference> differences,
DifferenceSinkFactory differenceSink)
Saves difference list into the specified sink.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlDifferenceSink.put(Difference difference) |
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.
|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
VerifierFactory verifier)
Verifies jobflow output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.