public class Assert extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Assert.AssertionFailedException |
| Modifier and Type | Method and Description |
|---|---|
static void |
isTrue(boolean assertion) |
static void |
notEmpty(String value) |
static <V> V |
notNull(V value) |
public static <V> V notNull(V value)
public static void notEmpty(String value)
public static void isTrue(boolean assertion)
Copyright © 2020 Red Hat, Inc. All Rights Reserved.