public class AssertsFactory extends Object
Constructor and Description |
---|
AssertsFactory() |
Modifier and Type | Method and Description |
---|---|
static Assertable |
getInstanceOf() |
static Assertable |
getIsNull() |
static Assertable |
getIsTrue() |
static Assertable |
getNotEmpty() |
static Assertable |
getNotNull() |
static Assertable |
newInstanceOf(String message) |
static Assertable |
newIsNull(String message) |
static Assertable |
newIsTrue(String message) |
static Assertable |
newNotEmpty(String message) |
static Assertable |
newNotNull(String message) |
public AssertsFactory()
public static Assertable getIsNull()
public static Assertable getIsTrue()
public static Assertable getNotNull()
public static Assertable getNotEmpty()
public static Assertable getInstanceOf()
public static Assertable newIsNull(String message)
public static Assertable newNotNull(String message)
public static Assertable newIsTrue(String message)
public static Assertable newNotEmpty(String message)
public static Assertable newInstanceOf(String message)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.