public interface VerifyRule extends TestRule
Modifier and Type | Field and Description |
---|---|
static VerifyRule |
NULL
A verify rule that accepts any data.
|
Modifier and Type | Method and Description |
---|---|
Object |
getKey(DataModelReflection target)
Returns the key of the target data model.
|
static final VerifyRule NULL
Object getKey(DataModelReflection target)
This method must return objects which have
both Object.equals(Object)
and Object.hashCode()
.
target
- the targetIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.