public interface Verifier extends Closeable
Verifier.Validatable
Modifier and Type | Interface and Description |
---|---|
static interface |
Verifier.Validatable
An extension interface for
Verifier . |
Modifier and Type | Method and Description |
---|---|
List<Difference> |
verify(DataModelSource results)
Verifies the result data.
|
List<Difference> verify(DataModelSource results) throws IOException
results
- result dataIOException
- if failed toIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.