| Package | Description |
|---|---|
| com.asakusafw.testdriver |
Test driver classes.
|
| com.asakusafw.testdriver.core |
Core classes of test moderator.
|
| com.asakusafw.testdriver.html |
HTML style test data definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DifferenceSinkFactory |
DriverOutputBase.getDifferenceSink()
Returns the difference information sink for this output.
|
protected DifferenceSinkFactory |
DriverOutputBase.toDifferenceSinkFactory(File path)
Converts an output path to
DifferenceSinkFactory to write to the path. |
protected DifferenceSinkFactory |
DriverOutputBase.toDifferenceSinkFactory(String path)
Converts an output path to
DifferenceSinkFactory to write to the path. |
| Modifier and Type | Method and Description |
|---|---|
S |
FlowDriverOutput.dumpDifference(DifferenceSinkFactory factory)
Sets the result differences sink for this output.
|
protected void |
DriverOutputBase.setDifferenceSink(DifferenceSinkFactory differenceSink)
Sets the difference information sink for this output.
|
| Modifier and Type | Method and Description |
|---|---|
DifferenceSinkFactory |
TestToolRepository.getDifferenceSinkFactory(URI uri) |
DifferenceSinkFactory |
TestDataToolProvider.getDifferenceSinkFactory(URI uri)
Returns a
DifferenceSinkFactory for the URI. |
| 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 | Class and Description |
|---|---|
class |
HtmlDifferenceSinkFactory
An implementation of
DifferenceSinkFactory to create an HTML file. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.