| Package | Description |
|---|---|
| fluent.validation |
| Modifier and Type | Method and Description |
|---|---|
static ThrowingCheck |
BasicChecks.throwing(Class<? extends Throwable> expectedType)
Check of a code, which should throw an exception (throwable) of expected type.
|
static ThrowingCheck |
BasicChecks.throwing(Check<? super Throwable> check)
Check of a code, which should throw an exception (throwable).
|
ThrowingCheck |
ThrowingCheck.withMessage(Check<? super String> check) |
ThrowingCheck |
ThrowingCheck.withMessage(String expectedValue) |
Copyright © 2021. All rights reserved.