| Constructor and Description |
|---|
MapCheckBuilder() |
MapCheckBuilder(Check<? super Map<K,V>> check) |
| Modifier and Type | Method and Description |
|---|---|
protected Result |
evaluate(Map<K,V> data,
ResultFactory factory)
Abstract method to delegate implementation of specific check logic to subclasses.
|
String |
toString()
Enforce to implement toString() in every subclass.
|
MapCheckBuilder<K,V> |
with(K key,
Check<? super V> check) |
MapCheckBuilder<K,V> |
with(K key,
V expectedValue) |
protected Result evaluate(Map<K,V> data, ResultFactory factory)
Checkpublic String toString()
Checkpublic MapCheckBuilder<K,V> with(K key, V expectedValue)
Copyright © 2021. All rights reserved.