Package | Description |
---|---|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.directio |
Moderates test input/result using Direct I/O.
|
com.asakusafw.testdriver.windgate |
Moderates test input/result using WindGate.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExporterRetriever<T extends ExporterDescription>
Abstract implementation of
ExporterRetriever . |
class |
BaseExporterRetriever<T extends ExporterDescription>
Abstract implementation of
ExporterRetriever . |
class |
SpiExporterRetriever
Composition of registered
ExporterRetriever as services . |
Modifier and Type | Method and Description |
---|---|
<T extends ExporterDescription> |
TestToolRepository.getExporterRetriever(T description)
Returns an
ExporterRetriever for the description. |
Constructor and Description |
---|
TestDataPreparator(DataModelAdapter adapter,
DataModelSourceProvider sources,
ImporterPreparator<ImporterDescription> importers,
ExporterRetriever<ExporterDescription> exporters)
Deprecated.
Creates a new instance which uses the specified services.
|
TestDataPreparator(TestContext context,
DataModelAdapter adapter,
DataModelSourceProvider sources,
ImporterPreparator<ImporterDescription> importers,
ExporterRetriever<ExporterDescription> exporters)
Deprecated.
Creates a new instance which uses the specified services.
|
TestResultInspector(DataModelAdapter adapter,
DataModelSourceProvider sources,
VerifyRuleProvider rules,
ExporterRetriever<ExporterDescription> retrievers)
Deprecated.
Creates a new instance which uses the specified services.
|
TestResultInspector(TestContext context,
DataModelAdapter adapter,
DataModelSourceProvider sources,
VerifyRuleProvider rules,
ExporterRetriever<ExporterDescription> retrievers)
Deprecated.
Creates a new instance which uses the specified services.
|
Constructor and Description |
---|
SpiExporterRetriever(List<? extends ExporterRetriever<?>> elements)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectFileOutputRetriever
An implementation of
ExporterRetriever for DirectFileOutputDescription . |
Modifier and Type | Class and Description |
---|---|
class |
WindGateExporterRetriever
Implementation of
ExporterRetriever for WindGateExporterDescription s. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.