public class Assert extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Assert.AssertionFailedException |
Constructor and Description |
---|
Assert() |
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 © 2017 JBoss by Red Hat. All rights reserved.