public class AssertErrors extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssertErrors.Execute |
| Constructor and Description |
|---|
AssertErrors() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertThrows(AssertErrors.Execute func,
Function<Exception,Boolean> condition) |
static void |
assertThrows(Class<? extends Exception> clazz,
AssertErrors.Execute func) |
public static void assertThrows(Class<? extends Exception> clazz, AssertErrors.Execute func)
public static void assertThrows(AssertErrors.Execute func, Function<Exception,Boolean> condition)
Copyright © 2016–2023 Taimos GmbH. All rights reserved.