| Modifier and Type | Method and Description |
|---|---|
static void |
PreConditionException.validateEqualTo(double value,
double condition,
String identifier)
Validates that the value under test is a particular value.
|
static void |
PreConditionException.validateEqualTo(long value,
long condition,
String identifier)
Validates that the value under test is a particular value.
|
static void |
PreConditionException.validateEqualTo(Number value,
Number condition,
String identifier)
Validates that the value under test is a particular value.
|
static void |
PreConditionException.validateGreaterThan(double value,
double limit,
String identifier)
Validates that the value is greater than a limit.
|
static void |
PreConditionException.validateGreaterThan(long value,
long limit,
String identifier)
Validates that the value is greater than a limit.
|
static void |
PreConditionException.validateGreaterThan(Number value,
Number limit,
String identifier)
Validates that the value is greater than a limit.
|
static void |
PreConditionException.validateLesserThan(double value,
double limit,
String identifier)
Validates that the value is lesser than a limit.
|
static void |
PreConditionException.validateLesserThan(long value,
long limit,
String identifier)
Validates that the value is lesser than a limit.
|
static void |
PreConditionException.validateLesserThan(Number value,
Number limit,
String identifier)
Validates that the value is lesser than a limit.
|
static void |
PreConditionException.validateNotNull(Object object,
String identifier)
Validates that the object is not null.
|
static void |
PreConditionException.validateNull(Object object,
String identifier)
Validates that the object is null.
|
Copyright © 2006-2014 OPS4J - Open Participation Software for Java. All Rights Reserved.