Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.excel |
Test data/condition definitions in Excel sheets.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
Modifier and Type | Method and Description |
---|---|
DataModelSinkFactory |
DriverOutputBase.getResultSink()
Returns the result data sink for this output.
|
protected <T> DataModelSinkFactory |
DriverElementBase.toDataModelSinkFactory(DataModelDefinition<T> definition,
Class<? extends DataFormat<? super T>> formatClass,
File destinationFile)
Converts an output path to
DataModelSinkFactory to write to the path. |
protected DataModelSinkFactory |
DriverOutputBase.toDataModelSinkFactory(File path)
Converts an output path to
DataModelSinkFactory to write to the path. |
protected DataModelSinkFactory |
DriverOutputBase.toDataModelSinkFactory(String path)
Converts an output path to
DataModelSinkFactory to write to the path. |
Modifier and Type | Method and Description |
---|---|
<T> void |
OperatorTestEnvironment.dump(Class<T> dataType,
Iterable<? extends T> objects,
DataModelSinkFactory factory)
Stores objects into the given sink.
|
S |
FlowDriverOutput.dumpActual(DataModelSinkFactory factory)
Sets the result data sink for this output.
|
protected void |
DriverOutputBase.setResultSink(DataModelSinkFactory resultSink)
Sets the result data sink for this output.
|
Modifier and Type | Method and Description |
---|---|
DataModelSinkFactory |
TestToolRepository.getDataModelSinkFactory(URI uri) |
DataModelSinkFactory |
TestDataToolProvider.getDataModelSinkFactory(URI uri)
Returns a
DataModelSinkFactory for the URI. |
Modifier and Type | Method and Description |
---|---|
void |
TestModerator.save(Class<?> modelClass,
ExporterDescription description,
DataModelSinkFactory resultDataSink)
Saves the target exporter's output into the specified sink.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelSheetSinkFactory
An implementation of
DataModelSinkFactory to create an Excel sheet. |
Modifier and Type | Method and Description |
---|---|
void |
BatchTestTool.collect(ExporterDescription description,
DataModelSinkFactory sink)
Collects jobflow output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.