| 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 |
AbstractImporterPreparator<T extends ImporterDescription>
Abstract implementation of
ImporterPreparator. |
class |
BaseImporterPreparator<T extends ImporterDescription>
Abstract implementation of
ImporterPreparator. |
class |
SpiImporterPreparator
Composition of registered
ImporterPreparator as services. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ImporterDescription> |
TestToolRepository.getImporterPreparator(T description)
Returns an
ImporterPreparator 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.
|
| Constructor and Description |
|---|
SpiImporterPreparator(List<? extends ImporterPreparator<?>> elements)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectFileInputPreparator
An implementation of
ImporterPreparator for DirectFileInputDescription. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindGateImporterPreparator
Implementation of
ImporterPreparator for WindGateImporterDescriptions. |
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.