@FunctionalInterface public interface TestRule
Modifier and Type | Method and Description |
---|---|
Object |
verify(DataModelReflection expected,
DataModelReflection actual)
Verifies each model object.
|
Object verify(DataModelReflection expected, DataModelReflection actual)
expected
- the expected model object,
or null
if there are no corresponded to the actual model objectactual
- the actual model object in test results,
or null
if there are no corresponded to the expected model objectnull
if successfully verifiedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.