public final class Assert extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
that(T data,
Check<? super T> check)
Assert the data using provided check.
|
static <T> void |
that(T data,
Check<? super T> check,
ResultFactory resultFactory)
Assert the data using provided check.
|
static <T> void |
that(T data,
Check<? super T> check,
ResultFactory resultFactory,
ResultVisitor visitor) |
public static <T> void that(T data,
Check<? super T> check)
T - Type of the tested data.data - Tested data.check - Check to be applied.public static <T> void that(T data,
Check<? super T> check,
ResultFactory resultFactory)
T - Type of the tested data.data - Tested data.check - Check to be applied.public static <T> void that(T data,
Check<? super T> check,
ResultFactory resultFactory,
ResultVisitor visitor)
Copyright © 2021. All rights reserved.