| Interface | Description |
|---|---|
| Predicate<D> | |
| ThrowingRunnable | |
| Transformation<F,T> |
Functional interface representing transformation of a data for partial check.
|
| TransformationBuilder<V,R> |
Simple builder of a check.
|
| Class | Description |
|---|---|
| AbstractCheckDsl<L,D> | |
| Assert |
Utility class responsible for assertion of the data.
|
| BasicChecks |
Factory of ready to use basic checks.
|
| CollectionChecks | |
| ComparisonChecks |
Factory of ready to use most frequent conditions.
|
| CustomResultFactoryCheck<T> | |
| DatabaseChecks | |
| DateTimeChecks | |
| Functions | |
| Check<T> |
Simple check used in for validation of various data.
|
| CheckDsl<D> | |
| Interpreter | |
| MapCheckBuilder<K,V> | |
| NumericChecks |
Factory of ready to use most frequent checks used for validation of numbers.
|
| Repeater<T> | |
| StringChecks |
Factory of ready to use most frequent conditions.
|
| ThrowingCheck | |
| Value<D> |
Special type of Check, which implements extraction of a value out of the tested data for later use.
|
| XmlChecks |
| Exception | Description |
|---|---|
| UncheckedInterruptedException |
| Error | Description |
|---|---|
| AssertionFailure |
Copyright © 2021. All rights reserved.