Package | Description |
---|---|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.excel |
Test data/condition definitions in Excel sheets.
|
com.asakusafw.testdriver.json |
JSON style Test data definitions.
|
com.asakusafw.testdriver.model |
Default implementation of data model adapters.
|
com.asakusafw.testdriver.rule |
Tiny rule builder.
|
com.asakusafw.testdriver.windgate |
Moderates test input/result using WindGate.
|
Modifier and Type | Method and Description |
---|---|
DataModelReflection |
DataModelDefinition.Builder.build()
Builds a reflection object with since added properties.
|
DataModelReflection |
Difference.getActual()
Returns the actual data.
|
DataModelReflection |
Difference.getExpected()
Returns the expected data.
|
DataModelReflection |
IteratorDataModelSource.next() |
DataModelReflection |
SourceDataModelSource.next() |
DataModelReflection |
DataModelSource.next()
Returns the next model object (in a generic reflection form).
|
DataModelReflection |
DataModelDefinition.toReflection(T object)
Converts a target object into a generic reflection model.
|
Modifier and Type | Method and Description |
---|---|
Object |
CompositeVerifyRule.getKey(DataModelReflection target) |
Object |
ModelVerifierDriver.getKey(DataModelReflection target) |
Object |
VerifyRule.getKey(DataModelReflection target)
Returns the key of the target data model.
|
void |
DataModelSink.put(DataModelReflection model)
Puts a reflection of data model object into this channel.
|
T |
DataModelDefinition.toObject(DataModelReflection reflection)
Converts a generic reflection model into a target object.
|
Object |
TesterDriver.verify(DataModelReflection expected,
DataModelReflection actual) |
Object |
CompositeVerifyRule.verify(DataModelReflection expected,
DataModelReflection actual) |
Object |
ModelVerifierDriver.verify(DataModelReflection expected,
DataModelReflection actual) |
Object |
TestRule.verify(DataModelReflection expected,
DataModelReflection actual)
Verifies each model object.
|
Constructor and Description |
---|
Difference(DataModelReflection expected,
DataModelReflection actual,
Object diagnostic)
Creates a new instance.
|
Constructor and Description |
---|
IteratorDataModelSource(Iterator<? extends DataModelReflection> iterator)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
DataModelReflection |
ExcelSheetDataModelSource.next() |
Modifier and Type | Method and Description |
---|---|
void |
ExcelSheetSink.put(DataModelReflection model) |
Modifier and Type | Method and Description |
---|---|
static DataModelReflection |
JsonObjectDriver.convert(DataModelDefinition<?> definition,
com.google.gson.JsonElement element)
Converts JsonElement into a corresponded
DataModelReflection . |
DataModelReflection |
JsonDataModelSource.next() |
Modifier and Type | Method and Description |
---|---|
DataModelReflection |
SimpleDataModelDefinition.toReflection(T object) |
DataModelReflection |
DefaultDataModelDefinition.toReflection(T object) |
Modifier and Type | Method and Description |
---|---|
T |
SimpleDataModelDefinition.toObject(DataModelReflection reflection) |
T |
DefaultDataModelDefinition.toObject(DataModelReflection reflection) |
Modifier and Type | Method and Description |
---|---|
Map<PropertyName,Object> |
VerifyRuleInterpretor.getKey(DataModelReflection target) |
Object |
VerifyRuleInterpretor.verify(DataModelReflection expected,
DataModelReflection actual) |
Modifier and Type | Method and Description |
---|---|
DataModelReflection |
WindGateSource.next() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.