V - Type of the value, for which this builder receives a check.R - Return type.public interface CheckBuilder<V,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
equalTo(V expectedValue)
Set expected value, to which the actual one needs to be equal.
|
R |
matching(Check<? super V> check)
Set check, that a value must match.
|
Copyright © 2021. All rights reserved.