Package | Description |
---|---|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.model |
Default implementation of data model adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
SpiDataModelAdapter
Composition of registered
DataModelAdapter s as services . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataModelAdapter
Default implementation of
DataModelAdapter
which can process DataModel classes from DMDL. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.