public class Assert extends AbstractAssert
DEFAULT_ARGUMENT_NAME| Constructor and Description |
|---|
Assert() |
| Modifier and Type | Method and Description |
|---|---|
void |
__core_Assert_constructor__()
The "default" constructor.
|
static void |
__core_Assert_constructor__static__()
The static constructor
|
void |
__core_Assert_execute__()
Initialize this procedure
|
private static void |
call(java.lang.String legacyName,
Body body)
Implementation helper for all test methods in this very class.
|
static void |
isAvailable(handle argument)
Check that the buffer argument is available
|
static void |
isAvailable(handle argument,
character name)
Check that the buffer argument is available
|
static void |
isDecimal(character argument)
Check that the character argument can be parsed to a decimal value
|
static void |
isDecimal(character argument,
character name)
Check that the character argument can be parsed to a decimal value
|
private static void |
isDecimalImpl(character argument,
java.lang.String name)
Check that the character argument can be parsed to a decimal value
|
static void |
isEmpty(character argument)
Check that the argument is empty
|
static void |
isEmpty(character argument,
character name)
Check that the argument is empty
|
static void |
isEmpty(handle argument)
Check that the argument is empty
|
static void |
isEmpty(handle argument,
character name)
Check that the argument is empty
|
static void |
isEmpty(longchar argument)
Check that the argument is empty
|
static void |
isEmpty(longchar argument,
character name)
Check that the argument is empty
|
static void |
isEmpty(memptr argument)
Check that the argument is empty
|
static void |
isEmpty(memptr argument,
character name)
Check that the argument is empty
|
private static void |
isEmptyImpl(handle argument,
java.lang.String name)
Check that a handle is empty (not available)
|
private static void |
isEmptyImpl(memptr argument,
java.lang.String name)
Check that the argument is empty (size is zero)
|
private static void |
isEmptyImpl(Text argument,
java.lang.String name)
Check that the argument is empty (contains no characters).
|
static void |
isFalse(logical argument)
Check that the logical argument is false
|
static void |
isFalse(logical argument,
character name)
Check that the logical argument is false
|
static void |
isIn(character argument,
longchar list,
character name)
Check that a character value is in the list
|
static void |
isIn(character argument,
longchar list,
character delimiter,
character name)
Check that a character value is in the list
|
private static void |
isInImpl(character argument,
longchar list,
character delimiter,
character name)
Check that a character value is in the list
|
static void |
isInt64(character argument)
Check that the character argument can be parsed to an int64 value
|
static void |
isInt64(character argument,
character name)
Check that the character argument can be parsed to an int64 value
|
private static void |
isInt64Impl(character argument,
java.lang.String name)
Check that the character argument can be parsed to an int64 value
|
static void |
isInteger(character argument)
Check that the character argument can be parsed to an integer value
|
static void |
isInteger(character argument,
character name)
Check that the character argument can be parsed to an integer value
|
private static void |
isIntegerImpl(character argument,
java.lang.String name)
Check that the character argument can be parsed to an integer value
|
static void |
isLogical(character argument)
Check that the character argument can be parsed to a logical value
|
static void |
isLogical(character argument,
character name)
Check that the character argument can be parsed to a logical value
|
static void |
isLogical(character argument,
character mask,
character name)
Asserts value can be parsed to a logical value with mask
|
private static void |
isLogicalImpl(character argument,
character mask,
java.lang.String name)
Check that the character argument can be parsed to a logical value
|
private static void |
isLogicalImpl(character argument,
java.lang.String name)
Check that the character argument can be parsed to a logical value
|
static void |
isNegative(decimal argument)
Check that the numeric argument is strictly negative
|
static void |
isNegative(decimal argument,
character name)
Check that the numeric argument is strictly negative
|
static void |
isNegative(int64 argument)
Check that the numeric argument is strictly negative
|
static void |
isNegative(int64 argument,
character name)
Check that the numeric argument is strictly negative
|
static void |
isNegative(integer argument)
Check that the numeric argument is strictly negative
|
static void |
isNegative(integer argument,
character name)
Check that the numeric argument is strictly negative
|
private static void |
isNegativeImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is strictly negative
|
static void |
isNull(character argument)
Check that the argument is unknown
|
static void |
isNull(character[] argument)
Check that the argument is unknown
|
static void |
isNull(character[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(character argument,
character name)
Check that the argument is unknown
|
static void |
isNull(date argument)
Check that the argument is unknown
|
static void |
isNull(date[] argument)
Check that the argument is unknown
|
static void |
isNull(date[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(date argument,
character name)
Check that the argument is unknown
|
static void |
isNull(datetime argument)
Check that the argument is unknown
|
static void |
isNull(datetime[] argument)
Check that the argument is unknown
|
static void |
isNull(datetime[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(datetime argument,
character name)
Check that the argument is unknown
|
static void |
isNull(datetimetz argument)
Check that the argument is unknown
|
static void |
isNull(datetimetz[] argument)
Check that the argument is unknown
|
static void |
isNull(datetimetz[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(datetimetz argument,
character name)
Check that the argument is unknown
|
static void |
isNull(decimal argument)
Check that the argument is unknown
|
static void |
isNull(decimal[] argument)
Check that the argument is unknown
|
static void |
isNull(decimal[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(decimal argument,
character name)
Check that the argument is unknown
|
static void |
isNull(handle argument)
Check that the argument is unknown
|
static void |
isNull(handle[] argument)
Check that the argument is unknown
|
static void |
isNull(handle[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(handle argument,
character name)
Check that the argument is unknown
|
static void |
isNull(int64 argument)
Check that the argument is unknown
|
static void |
isNull(int64[] argument)
Check that the argument is unknown
|
static void |
isNull(int64[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(int64 argument,
character name)
Check that the argument is unknown
|
static void |
isNull(integer argument)
Check that the argument is unknown
|
static void |
isNull(integer[] argument)
Check that the argument is unknown
|
static void |
isNull(integer[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(integer argument,
character name)
Check that the argument is unknown
|
static void |
isNull(logical argument)
Check that the argument is unknown
|
static void |
isNull(logical[] argument)
Check that the argument is unknown
|
static void |
isNull(logical[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(logical argument,
character name)
Check that the argument is unknown
|
static void |
isNull(longchar argument)
Check that the argument is unknown
|
static void |
isNull(longchar[] argument)
Check that the argument is unknown
|
static void |
isNull(longchar[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(longchar argument,
character name)
Check that the argument is unknown
|
static void |
isNull(raw argument)
Check that the argument is unknown
|
static void |
isNull(raw[] argument)
Check that the argument is unknown
|
static void |
isNull(raw[] argument,
character name)
Check that the argument is unknown
|
static void |
isNull(raw argument,
character name)
Check that the argument is unknown
|
private static void |
isNullImpl(BaseDataType argument,
java.lang.String name)
Check that the argument is unknown
|
static void |
isPositive(decimal argument)
Check that the numeric argument is strictly positive
|
static void |
isPositive(decimal argument,
character name)
Check that the numeric argument is strictly positive
|
static void |
isPositive(int64 argument)
Check that the numeric argument is strictly positive
|
static void |
isPositive(int64 argument,
character name)
Check that the numeric argument is strictly positive
|
static void |
isPositive(integer argument)
Check that the numeric argument is strictly positive
|
static void |
isPositive(integer argument,
character name)
Check that the numeric argument is strictly positive
|
static void |
isPositiveImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is strictly positive
|
static void |
isTrue(logical argument)
Check that the logical argument is true
|
static void |
isTrue(logical argument,
character name)
Check that the logical argument is true
|
static void |
isUnknown_(character argument)
Check that the argument is unknown
|
static void |
isUnknown_(character[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(character[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(character argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(date argument)
Check that the argument is unknown
|
static void |
isUnknown_(date[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(date[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(date argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(datetime argument)
Check that the argument is unknown
|
static void |
isUnknown_(datetime[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(datetime[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(datetime argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(datetimetz argument)
Check that the argument is unknown
|
static void |
isUnknown_(datetimetz[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(datetimetz[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(datetimetz argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(decimal argument)
Check that the argument is unknown
|
static void |
isUnknown_(decimal[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(decimal[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(decimal argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(handle argument)
Check that the argument is unknown
|
static void |
isUnknown_(handle[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(handle[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(handle argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(int64 argument)
Check that the argument is unknown
|
static void |
isUnknown_(int64[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(int64[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(int64 argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(integer argument)
Check that the argument is unknown
|
static void |
isUnknown_(integer[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(integer[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(integer argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(logical argument)
Check that the argument is unknown
|
static void |
isUnknown_(logical[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(logical[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(logical argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(longchar argument)
Check that the argument is unknown
|
static void |
isUnknown_(longchar[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(longchar[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(longchar argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(raw argument)
Check that the argument is unknown
|
static void |
isUnknown_(raw[] argument)
Check that the argument is unknown
|
static void |
isUnknown_(raw[] argument,
character name)
Check that the argument is unknown
|
static void |
isUnknown_(raw argument,
character name)
Check that the argument is unknown
|
static void |
isZero(decimal argument)
Check that the numeric argument is zero
|
static void |
isZero(decimal argument,
character name)
Check that the numeric argument is zero
|
static void |
isZero(int64 argument)
Check that the numeric argument is zero
|
static void |
isZero(int64 argument,
character name)
Check that the numeric argument is zero
|
static void |
isZero(integer argument)
Check that the numeric argument is zero
|
static void |
isZero(integer argument,
character name)
Check that the numeric argument is zero
|
private static void |
isZeroImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is zero
|
static void |
isZeroOrNegative(decimal argument)
Check that the numeric argument is zero or negative
|
static void |
isZeroOrNegative(decimal argument,
character name)
Check that the numeric argument is zero or negative
|
static void |
isZeroOrNegative(int64 argument)
Check that the numeric argument is zero or negative
|
static void |
isZeroOrNegative(int64 argument,
character name)
Check that the numeric argument is zero or negative
|
static void |
isZeroOrNegative(integer argument)
Check that the numeric argument is zero or negative
|
static void |
isZeroOrNegative(integer argument,
character name)
Check that the numeric argument is zero or negative
|
private static void |
isZeroOrNegativeImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is zero or negative
|
static void |
isZeroOrPositive(decimal argument)
Check that the numeric argument is zero or positive
|
static void |
isZeroOrPositive(decimal argument,
character name)
Check that the numeric argument is zero or positive
|
static void |
isZeroOrPositive(int64 argument)
Check that the numeric argument is zero or positive
|
static void |
isZeroOrPositive(int64 argument,
character name)
Check that the numeric argument is zero or positive
|
static void |
isZeroOrPositive(integer argument)
Check that the numeric argument is zero or positive
|
static void |
isZeroOrPositive(integer argument,
character name)
Check that the numeric argument is zero or positive
|
static void |
isZeroOrPositiveImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is zero or positive
|
static void |
legacyEquals(character expected,
character actual)
Check that two arguments are equal
|
static void |
legacyEquals(date expected,
date actual)
Check that two arguments are equal
|
static void |
legacyEquals(datetime expected,
datetime actual)
Check that two arguments are equal
|
static void |
legacyEquals(datetimetz expected,
datetimetz actual)
Check that two arguments are equal
|
static void |
legacyEquals(decimal expected,
decimal actual)
Check that two arguments are equal
|
static void |
legacyEquals(handle expected,
handle actual)
Check that two arguments are equal
|
static void |
legacyEquals(int64 expected,
int64 actual)
Check that two arguments are equal
|
static void |
legacyEquals(integer expected,
integer actual)
Check that two arguments are equal
|
static void |
legacyEquals(logical expected,
logical actual)
Check that two arguments are equal
|
static void |
legacyEquals(longchar expected,
longchar actual)
Check that two arguments are equal
|
static void |
legacyEquals(memptr expected,
memptr actual)
Check that two arguments are equal
|
static void |
legacyEquals(raw expected,
raw actual)
Check that two arguments are equal
|
static void |
legacyEquals(recid expected,
recid actual)
Check that two arguments are equal
|
static void |
legacyEquals(rowid expected,
rowid actual)
Check that two arguments are equal
|
static void |
nonZero(decimal argument)
Check that the numeric argument is not zero
|
static void |
nonZero(decimal argument,
character name)
Check that the numeric argument is not zero
|
static void |
nonZero(int64 argument)
Check that the numeric argument is not zero
|
static void |
nonZero(int64 argument,
character name)
Check that the numeric argument is not zero
|
static void |
nonZero(integer argument)
Check that the numeric argument is not zero
|
static void |
nonZero(integer argument,
character name)
Check that the numeric argument is not zero
|
private static void |
nonZeroImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is not zero
|
static void |
notAvailable(handle argument)
Check that the buffer argument is not available
|
static void |
notAvailable(handle argument,
character name)
Check that the buffer argument is not available
|
private static void |
notAvailableImpl(handle argument,
java.lang.String name)
Check that the buffer argument is not available
|
static void |
notEmpty(character argument)
Check that the argument is not empty
|
static void |
notEmpty(character[] argument)
Check that the argument is not empty
|
static void |
notEmpty(character[] argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(character argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(handle argument)
Check that the argument is not empty
|
static void |
notEmpty(handle[] argument)
Check that the argument is not empty
|
static void |
notEmpty(handle[] argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(handle argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(longchar argument)
Check that the argument is not empty
|
static void |
notEmpty(longchar[] argument)
Check that the argument is not empty
|
static void |
notEmpty(longchar[] argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(longchar argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(memptr argument)
Check that the argument is not empty
|
static void |
notEmpty(memptr[] argument)
Check that the argument is not empty
|
static void |
notEmpty(memptr[] argument,
character name)
Check that the argument is not empty
|
static void |
notEmpty(memptr argument,
character name)
Check that the argument is not empty
|
private static void |
notEmptyImpl(BaseDataType[] argument,
java.lang.String name)
Check that the argument is not empty
|
static void |
notEqual(character expected,
character actual)
Check that two arguments are not equal
|
static void |
notEqual(date expected,
date actual)
Check that two arguments are not equal
|
static void |
notEqual(datetime expected,
datetime actual)
Check that two arguments are not equal
|
static void |
notEqual(datetimetz expected,
datetimetz actual)
Check that two arguments are not equal
|
static void |
notEqual(decimal expected,
decimal actual)
Check that two arguments are not equal
|
static void |
notEqual(handle expected,
handle actual)
Check that two arguments are not equal
|
static void |
notEqual(int64 expected,
int64 actual)
Check that two arguments are not equal
|
static void |
notEqual(integer expected,
integer actual)
Check that two arguments are not equal
|
static void |
notEqual(logical expected,
logical actual)
Check that two arguments are not equal
|
static void |
notEqual(longchar expected,
longchar actual)
Check that two arguments are not equal
|
static void |
notEqual(memptr expected,
memptr actual)
Check that two arguments are not equal
|
static void |
notEqual(raw expected,
raw actual)
Check that two arguments are not equal
|
static void |
notEqual(recid expected,
recid actual)
Check that two arguments are not equal
|
static void |
notEqual(rowid expected,
rowid actual)
Check that two arguments are not equal
|
private static void |
notEqualImpl(BaseDataType expected,
BaseDataType actual)
Check that two arguments are not equal
|
static void |
notFalse(logical argument)
Check that the logical argument is not false (is true or unknown)
|
static void |
notFalse(logical argument,
character name)
Check that the logical argument is not false (is true or unknown)
|
private static void |
notFalseImpl(logical argument,
java.lang.String name)
Check that the logical argument is not false (is true or unknown)
|
static void |
notIn(character argument,
longchar list,
character name)
Check that a character value is not in the list
|
static void |
notIn(character argument,
longchar list,
character delimiter,
character name)
Check that a character value is not in the list
|
private static void |
notInImpl(Text argument,
longchar list,
Text delimiter,
character name)
Check that a character value is not in the list
|
static void |
notNull(character argument)
Check that the argument is not unknown
|
static void |
notNull(character[] argument)
Check that the argument is not unknown
|
static void |
notNull(character[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(character argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(date argument)
Check that the argument is not unknown
|
static void |
notNull(date[] argument)
Check that the argument is not unknown
|
static void |
notNull(date[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(date argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(datetime argument)
Check that the argument is not unknown
|
static void |
notNull(datetime[] argument)
Check that the argument is not unknown
|
static void |
notNull(datetime[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(datetime argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(datetimetz argument)
Check that the argument is not unknown
|
static void |
notNull(datetimetz[] argument)
Check that the argument is not unknown
|
static void |
notNull(datetimetz[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(datetimetz argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(decimal argument)
Check that the argument is not unknown
|
static void |
notNull(decimal[] argument)
Check that the argument is not unknown
|
static void |
notNull(decimal[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(decimal argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(handle argument)
Check that the argument is not unknown
|
static void |
notNull(handle[] argument)
Check that the argument is not unknown
|
static void |
notNull(handle[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(handle argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(int64 argument)
Check that the argument is not unknown
|
static void |
notNull(int64[] argument)
Check that the argument is not unknown
|
static void |
notNull(int64[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(int64 argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(integer argument)
Check that the argument is not unknown
|
static void |
notNull(integer[] argument)
Check that the argument is not unknown
|
static void |
notNull(integer[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(integer argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(logical argument)
Check that the argument is not unknown
|
static void |
notNull(logical[] argument)
Check that the argument is not unknown
|
static void |
notNull(logical[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(logical argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(longchar argument)
Check that the argument is not unknown
|
static void |
notNull(longchar[] argument)
Check that the argument is not unknown
|
static void |
notNull(longchar[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(longchar argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(raw argument)
Check that the argument is not unknown
|
static void |
notNull(raw[] argument)
Check that the argument is not unknown
|
static void |
notNull(raw[] argument,
character name)
Check that the argument is not unknown
|
static void |
notNull(raw argument,
character name)
Check that the argument is not unknown
|
private static void |
notNullImpl(handle argument,
java.lang.String name)
Check that the argument is not unknown and valid
|
static void |
notNullOrEmpty(character argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(character[] argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(character[] argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(character argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(longchar argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(longchar[] argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(longchar[] argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmpty(longchar argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyCollection(object<? extends Icollection> argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyCollection(object<? extends Icollection> argument,
character name)
Check that the argument is neither unknown nor empty
|
private static void |
notNullOrEmptyImpl(BaseDataType[] argument,
java.lang.String name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyImpl(BaseDataType argument,
java.lang.String name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyMap(object<? extends Imap> argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyMap(object<? extends Imap> argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyObject(object<? extends _BaseObject_> argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyObject(object<? extends _BaseObject_> argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyObjectArray(object<? extends _BaseObject_>[] argument)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrEmptyObjectArray(object<? extends _BaseObject_>[] argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notNullOrZero(decimal argument)
Check that the numeric argument is neither unknown nor zero
|
static void |
notNullOrZero(decimal argument,
character name)
Check that the numeric argument is neither unknown nor zero
|
static void |
notNullOrZero(int64 argument)
Check that the numeric argument is neither unknown nor zero
|
static void |
notNullOrZero(int64 argument,
character name)
Check that the numeric argument is neither unknown nor zero
|
static void |
notNullOrZero(integer argument)
Check that the numeric argument is neither unknown nor zero
|
static void |
notNullOrZero(integer argument,
character name)
Check that the numeric argument is neither unknown nor zero
|
private static void |
notNullOrZeroImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is neither unknown nor zero
|
static void |
notTrue(logical argument)
Check that the logical argument is not true (is false or unknown)
|
static void |
notTrue(logical argument,
character name)
Check that the logical argument is not true (is false or unknown)
|
private static void |
notTrueImpl(logical argument,
java.lang.String name)
Check that the logical argument is not true (is false or unknown)
|
static void |
notUnknown(character argument)
Check that the argument is not unknown
|
static void |
notUnknown(character[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(character[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(character argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(date argument)
Check that the argument is not unknown
|
static void |
notUnknown(date[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(date[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(date argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(datetime argument)
Check that the argument is not unknown
|
static void |
notUnknown(datetime[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(datetime[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(datetime argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(datetimetz argument)
Check that the argument is not unknown
|
static void |
notUnknown(datetimetz[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(datetimetz[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(datetimetz argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(decimal argument)
Check that the argument is not unknown
|
static void |
notUnknown(decimal[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(decimal[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(decimal argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(handle argument)
Check that the argument is not unknown
|
static void |
notUnknown(handle[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(handle[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(handle argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(int64 argument)
Check that the argument is not unknown
|
static void |
notUnknown(int64[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(int64[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(int64 argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(integer argument)
Check that the argument is not unknown
|
static void |
notUnknown(integer[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(integer[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(integer argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(logical argument)
Check that the argument is not unknown
|
static void |
notUnknown(logical[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(logical[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(logical argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(longchar argument)
Check that the argument is not unknown
|
static void |
notUnknown(longchar[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(longchar[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(longchar argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(raw argument)
Check that the argument is not unknown
|
static void |
notUnknown(raw[] argument)
Check that the argument is not unknown
|
static void |
notUnknown(raw[] argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknown(raw argument,
character name)
Check that the argument is not unknown
|
static void |
notUnknownOrEmpty(character argument)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmpty(character[] argument)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmpty(character[] argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmpty(character argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmpty(longchar argument)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmpty(longchar argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmpty(object<? extends _BaseObject_>[] argument,
character name)
Check that the argument is neither unknown nor empty
|
private static void |
notUnknownOrEmptyImpl(BaseDataType[] argument,
java.lang.String name)
Check that the argument is neither unknown nor empty
|
private static void |
notUnknownOrEmptyImpl(Text argument,
java.lang.String name)
Check that the argument is neither unknown nor empty
|
static void |
notUnknownOrEmptyObject(object<? extends _BaseObject_> argument,
character name)
Check that the argument is neither unknown nor empty
|
static void |
notZero(decimal argument)
Check that the numeric argument is not zero
|
static void |
notZero(decimal argument,
character name)
Check that the numeric argument is not zero
|
static void |
notZero(int64 argument)
Check that the numeric argument is not zero
|
static void |
notZero(int64 argument,
character name)
Check that the numeric argument is not zero
|
static void |
notZero(integer argument)
Check that the numeric argument is not zero
|
static void |
notZero(integer argument,
character name)
Check that the numeric argument is not zero
|
private static void |
notZeroImpl(NumberType argument,
java.lang.String name)
Check that the numeric argument is not zero
|
static void |
raiseError(character message)
Throw AssertionFailedError with the given message
|
private static void |
raiseNonNegative(java.lang.String name)
Raise an ERROR condition as the value is not negative.
|
private static void |
raiseNonPositive(java.lang.String name)
Raise an ERROR condition as the value is not positive.
|
private static void |
raiseNonZero(java.lang.String name)
Raise an ERROR condition as the value is not zero.
|
private static void |
raiseNonZeroOrNegative(java.lang.String name)
Raise an ERROR condition as the value is not zero or negative.
|
private static void |
raiseNonZeroOrPositive(java.lang.String name)
Raise an ERROR condition as the value is not zero or positive.
|
private static void |
raiseZero(java.lang.String name)
Raise an ERROR condition as the value is zero.
|
__core_AbstractAssert_constructor__, __core_AbstractAssert_constructor__static__, __core_AbstractAssert_execute__, call, equalsImpl, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtent, hasDeterminateExtentImpl, isAbstract, isAvailableImpl, isFinal, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isIndeterminateArray, isInterface, isNull, isNull, isNull, isNull, isNullImpl, isNullImpl, isSerializable, isType, isType, isType, isType, isTypeImpl, isUnknown_, isUnknown_, isUnknown_, isUnknown_, isUnknownImpl, isUnknownImpl, legacyEquals, notAbstract, notEmptyImpl, notEqual, notFinal, notInterface, notNull, notNull, notNull, notNull, notNullImpl, notNullImpl, notNullImpl, notNullUnknownOrEmptyImpl, notSerializable, notType, notType, notType, notTypeImpl, notUnknown, notUnknown, notUnknown, notUnknown, notUnknownImpl, notUnknownImpl, notUnknownOrEmptyCollection, notUnknownOrEmptyCollection, notUnknownOrEmptyImpl, notUnknownOrEmptyMap, notUnknownOrEmptyMap, notUnknownOrEmptyObject, notUnknownOrEmptyObject, raiseError, raiseError, raiseErrorForEquals, raiseNotUnknown, raiseUnknown, testClass__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTrackedpublic static void __core_Assert_constructor__static__()
public static void isAvailable(handle argument)
argument - The argument to checkpublic static void isAvailable(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isDecimal(character argument)
argument - The argument to checkpublic static void isDecimal(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isEmpty(character argument)
argument - The argument to checkpublic static void isEmpty(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isEmpty(handle argument)
argument - The argument to checkpublic static void isEmpty(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isEmpty(longchar argument)
argument - The argument to checkpublic static void isEmpty(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isEmpty(memptr argument)
argument - The argument to checkpublic static void isEmpty(memptr argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isFalse(logical argument)
argument - The argument to checkpublic static void isFalse(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isIn(character argument, longchar list, character name)
argument - The argument to checklist - The list to look upname - The name of the argumentpublic static void isIn(character argument, longchar list, character delimiter, character name)
argument - The argument to checklist - The list to look updelimiter - List delimitername - The name of the argumentpublic static void isInt64(character argument)
argument - The argument to checkpublic static void isInt64(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isInteger(character argument)
argument - The argument to checkpublic static void isInteger(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isLogical(character argument)
argument - The argument to checkpublic static void isLogical(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isLogical(character argument, character mask, character name)
argument - The argument to checkmask - The maskname - The name of the argumentpublic static void isNegative(decimal argument)
argument - The argument to checkpublic static void isNegative(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNegative(int64 argument)
argument - The argument to checkpublic static void isNegative(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNegative(integer argument)
argument - The argument to checkpublic static void isNegative(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(character argument)
argument - The argument to checkpublic static void isNull(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(character[] argument)
argument - The argument to checkpublic static void isNull(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(date argument)
argument - The argument to checkpublic static void isNull(date argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(date[] argument)
argument - The argument to checkpublic static void isNull(date[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(datetime argument)
argument - The argument to checkpublic static void isNull(datetime argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(datetime[] argument)
argument - The argument to checkpublic static void isNull(datetime[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(datetimetz argument)
argument - The argument to checkpublic static void isNull(datetimetz argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(datetimetz[] argument)
argument - The argument to checkpublic static void isNull(datetimetz[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(decimal argument)
argument - The argument to checkpublic static void isNull(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(decimal[] argument)
argument - The argument to checkpublic static void isNull(decimal[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(handle argument)
argument - The argument to checkpublic static void isNull(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(handle[] argument)
argument - The argument to checkpublic static void isNull(handle[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(int64 argument)
argument - The argument to checkpublic static void isNull(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(int64[] argument)
argument - The argument to checkpublic static void isNull(int64[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(integer argument)
argument - The argument to checkpublic static void isNull(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(integer[] argument)
argument - The argument to checkpublic static void isNull(integer[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(logical argument)
argument - The argument to checkpublic static void isNull(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(logical[] argument)
argument - The argument to checkpublic static void isNull(logical[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(longchar argument)
argument - The argument to checkpublic static void isNull(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(longchar[] argument)
argument - The argument to checkpublic static void isNull(longchar[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(raw argument)
argument - The argument to checkpublic static void isNull(raw argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isNull(raw[] argument)
argument - The argument to checkpublic static void isNull(raw[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isPositive(decimal argument)
argument - The argument to checkpublic static void isPositive(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isPositive(int64 argument)
argument - The argument to checkpublic static void isPositive(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isPositive(integer argument)
argument - The argument to checkpublic static void isPositive(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isTrue(logical argument)
argument - The argument to checkpublic static void isTrue(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(character argument)
argument - The argument to checkpublic static void isUnknown_(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(character[] argument)
argument - The argument to checkpublic static void isUnknown_(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(date argument)
argument - The argument to checkpublic static void isUnknown_(date argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(date[] argument)
argument - The argument to checkpublic static void isUnknown_(date[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(datetime argument)
argument - The argument to checkpublic static void isUnknown_(datetime argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(datetime[] argument)
argument - The argument to checkpublic static void isUnknown_(datetime[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(datetimetz argument)
argument - The argument to checkpublic static void isUnknown_(datetimetz argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(datetimetz[] argument)
argument - The argument to checkpublic static void isUnknown_(datetimetz[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(decimal argument)
argument - The argument to checkpublic static void isUnknown_(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(decimal[] argument)
argument - The argument to checkpublic static void isUnknown_(decimal[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(handle argument)
argument - The argument to checkpublic static void isUnknown_(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(handle[] argument)
argument - The argument to checkpublic static void isUnknown_(handle[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(int64 argument)
argument - The argument to checkpublic static void isUnknown_(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(int64[] argument)
argument - The argument to checkpublic static void isUnknown_(int64[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(integer argument)
argument - The argument to checkpublic static void isUnknown_(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(integer[] argument)
argument - The argument to checkpublic static void isUnknown_(integer[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(logical argument)
argument - The argument to checkpublic static void isUnknown_(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(logical[] argument)
argument - The argument to checkpublic static void isUnknown_(logical[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(longchar argument)
argument - The argument to checkpublic static void isUnknown_(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(longchar[] argument)
argument - The argument to checkpublic static void isUnknown_(longchar[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(raw argument)
argument - The argument to checkpublic static void isUnknown_(raw argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isUnknown_(raw[] argument)
argument - The argument to checkpublic static void isUnknown_(raw[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZero(decimal argument)
argument - The argument to checkpublic static void isZero(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZero(int64 argument)
argument - The argument to checkpublic static void isZero(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZero(integer argument)
argument - The argument to checkpublic static void isZero(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrNegative(decimal argument)
argument - The argument to checkpublic static void isZeroOrNegative(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrNegative(int64 argument)
argument - The argument to checkpublic static void isZeroOrNegative(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrNegative(integer argument)
argument - The argument to checkpublic static void isZeroOrNegative(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrPositive(decimal argument)
argument - The argument to checkpublic static void isZeroOrPositive(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrPositive(int64 argument)
argument - The argument to checkpublic static void isZeroOrPositive(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrPositive(integer argument)
argument - The argument to checkpublic static void isZeroOrPositive(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void legacyEquals(character expected, character actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(date expected, date actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(datetime expected, datetime actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(datetimetz expected, datetimetz actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(decimal expected, decimal actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(handle expected, handle actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(int64 expected, int64 actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(integer expected, integer actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(logical expected, logical actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(longchar expected, longchar actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(memptr expected, memptr actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(raw expected, raw actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(recid expected, recid actual)
expected - The expected valueactual - The actual valuepublic static void legacyEquals(rowid expected, rowid actual)
expected - The expected valueactual - The actual valuepublic static void notAvailable(handle argument)
argument - The argument to checkpublic static void notAvailable(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(character argument)
argument - The argument to checkpublic static void notEmpty(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(character[] argument)
argument - The argument to checkpublic static void notEmpty(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(handle argument)
argument - The argument to checkpublic static void notEmpty(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(handle[] argument)
argument - The argument to checkpublic static void notEmpty(handle[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(longchar argument)
argument - The argument to checkpublic static void notEmpty(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(longchar[] argument)
argument - The argument to checkpublic static void notEmpty(longchar[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(memptr argument)
argument - The argument to checkpublic static void notEmpty(memptr argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEmpty(memptr[] argument)
argument - The argument to checkpublic static void notEmpty(memptr[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notEqual(character expected, character actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(date expected, date actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(datetime expected, datetime actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(datetimetz expected, datetimetz actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(decimal expected, decimal actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(handle expected, handle actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(int64 expected, int64 actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(integer expected, integer actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(logical expected, logical actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(longchar expected, longchar actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(memptr expected, memptr actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(raw expected, raw actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(recid expected, recid actual)
expected - The expected valueactual - The actual valuepublic static void notEqual(rowid expected, rowid actual)
expected - The expected valueactual - The actual valuepublic static void notFalse(logical argument)
argument - The argument to checkpublic static void notFalse(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notIn(character argument, longchar list, character name)
argument - The argument to checklist - The list to look upname - The name of the argumentpublic static void notIn(character argument, longchar list, character delimiter, character name)
argument - The argument to checklist - The list to look updelimiter - List delimitername - The name of the argumentpublic static void notNull(character argument)
argument - The argument to checkpublic static void notNull(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(character[] argument)
argument - The argument to checkpublic static void notNull(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(date argument)
argument - The argument to checkpublic static void notNull(date argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(date[] argument)
argument - The argument to checkpublic static void notNull(date[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(datetime argument)
argument - The argument to checkpublic static void notNull(datetime argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(datetime[] argument)
argument - The argument to checkpublic static void notNull(datetime[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(datetimetz argument)
argument - The argument to checkpublic static void notNull(datetimetz argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(datetimetz[] argument)
argument - The argument to checkpublic static void notNull(datetimetz[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(decimal argument)
argument - The argument to checkpublic static void notNull(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(decimal[] argument)
argument - The argument to checkpublic static void notNull(decimal[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(handle argument)
argument - The argument to checkpublic static void notNull(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(handle[] argument)
argument - The argument to checkpublic static void notNull(handle[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(int64 argument)
argument - The argument to checkpublic static void notNull(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(int64[] argument)
argument - The argument to checkpublic static void notNull(int64[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(integer argument)
argument - The argument to checkpublic static void notNull(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(integer[] argument)
argument - The argument to checkpublic static void notNull(integer[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(logical argument)
argument - The argument to checkpublic static void notNull(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(logical[] argument)
argument - The argument to checkpublic static void notNull(logical[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(longchar argument)
argument - The argument to checkpublic static void notNull(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(longchar[] argument)
argument - The argument to checkpublic static void notNull(longchar[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(raw argument)
argument - The argument to checkpublic static void notNull(raw argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNull(raw[] argument)
argument - The argument to checkpublic static void notNull(raw[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmpty(character argument)
argument - The argument to checkpublic static void notNullOrEmpty(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmpty(character[] argument)
argument - The argument to checkpublic static void notNullOrEmpty(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmpty(longchar argument)
argument - The argument to checkpublic static void notNullOrEmpty(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmpty(longchar[] argument)
argument - The argument to checkpublic static void notNullOrEmpty(longchar[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmptyCollection(object<? extends Icollection> argument)
argument - The argument to checkpublic static void notNullOrEmptyCollection(object<? extends Icollection> argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmptyMap(object<? extends Imap> argument)
argument - The argument to checkpublic static void notNullOrEmptyMap(object<? extends Imap> argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmptyObject(object<? extends _BaseObject_> argument)
argument - The argument to checkpublic static void notNullOrEmptyObject(object<? extends _BaseObject_> argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmptyObjectArray(object<? extends _BaseObject_>[] argument)
argument - The argument to checkpublic static void notNullOrEmptyObjectArray(object<? extends _BaseObject_>[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrZero(decimal argument)
argument - The argument to checkpublic static void notNullOrZero(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrZero(int64 argument)
argument - The argument to checkpublic static void notNullOrZero(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrZero(integer argument)
argument - The argument to checkpublic static void notNullOrZero(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notTrue(logical argument)
argument - The argument to checkpublic static void notTrue(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(character argument)
argument - The argument to checkpublic static void notUnknown(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(character[] argument)
argument - The argument to checkpublic static void notUnknown(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(date argument)
argument - The argument to checkpublic static void notUnknown(date argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(date[] argument)
argument - The argument to checkpublic static void notUnknown(date[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(datetime argument)
argument - The argument to checkpublic static void notUnknown(datetime argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(datetime[] argument)
argument - The argument to checkpublic static void notUnknown(datetime[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(datetimetz argument)
argument - The argument to checkpublic static void notUnknown(datetimetz argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(datetimetz[] argument)
argument - The argument to checkpublic static void notUnknown(datetimetz[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(decimal argument)
argument - The argument to checkpublic static void notUnknown(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(decimal[] argument)
argument - The argument to checkpublic static void notUnknown(decimal[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(handle argument)
argument - The argument to checkpublic static void notUnknown(handle argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(handle[] argument)
argument - The argument to checkpublic static void notUnknown(handle[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(int64 argument)
argument - The argument to checkpublic static void notUnknown(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(int64[] argument)
argument - The argument to checkpublic static void notUnknown(int64[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(integer argument)
argument - The argument to checkpublic static void notUnknown(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(integer[] argument)
argument - The argument to checkpublic static void notUnknown(integer[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(logical argument)
argument - The argument to checkpublic static void notUnknown(logical argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(logical[] argument)
argument - The argument to checkpublic static void notUnknown(logical[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(longchar argument)
argument - The argument to checkpublic static void notUnknown(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(longchar[] argument)
argument - The argument to checkpublic static void notUnknown(longchar[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(raw argument)
argument - The argument to checkpublic static void notUnknown(raw argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknown(raw[] argument)
argument - The argument to checkpublic static void notUnknown(raw[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknownOrEmpty(character argument)
argument - The argument to checkpublic static void notUnknownOrEmpty(character argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknownOrEmpty(character[] argument)
argument - The argument to checkpublic static void notUnknownOrEmpty(character[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknownOrEmpty(longchar argument)
argument - The argument to checkpublic static void notUnknownOrEmpty(longchar argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknownOrEmpty(object<? extends _BaseObject_>[] argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notUnknownOrEmptyObject(object<? extends _BaseObject_> argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notZero(decimal argument)
argument - The argument to checkpublic static void notZero(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notZero(int64 argument)
argument - The argument to checkpublic static void notZero(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void notZero(integer argument)
argument - The argument to checkpublic static void notZero(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void nonZero(decimal argument)
argument - The argument to checkpublic static void nonZero(decimal argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void nonZero(int64 argument)
argument - The argument to checkpublic static void nonZero(int64 argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void nonZero(integer argument)
argument - The argument to checkpublic static void nonZero(integer argument, character name)
argument - The argument to checkname - The name of the argumentpublic static void raiseError(character message)
message - The failure messageprivate static void call(java.lang.String legacyName,
Body body)
legacyName - the legacy name of the methodbody - the method bodyprivate static void isDecimalImpl(character argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isEmptyImpl(handle argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isEmptyImpl(memptr argument, java.lang.String name)
argument - the value to checkname - the argument name to use in the failure messageprivate static void isEmptyImpl(Text argument, java.lang.String name)
argument - the value to checkname - the argument name to use in the failure messageprivate static void isInImpl(character argument, longchar list, character delimiter, character name)
argument - The argument to checklist - The list to look updelimiter - List delimitername - The name of the argumentprivate static void isInt64Impl(character argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isIntegerImpl(character argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isLogicalImpl(character argument, character mask, java.lang.String name)
argument - The argument to checkmask - parse format, e.g. "yes/no", "da/net"name - The name of the argumentprivate static void isLogicalImpl(character argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isNegativeImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isNullImpl(BaseDataType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentpublic static void isPositiveImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isZeroImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void isZeroOrNegativeImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentpublic static void isZeroOrPositiveImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notAvailableImpl(handle argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notEmptyImpl(BaseDataType[] argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notEqualImpl(BaseDataType expected, BaseDataType actual)
expected - The expected valueactual - The actual valueprivate static void notFalseImpl(logical argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notInImpl(Text argument, longchar list, Text delimiter, character name)
argument - The argument to checklist - The list to look updelimiter - List delimitername - The name of the argumentprivate static void notNullImpl(handle argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentpublic static void notNullOrEmptyImpl(BaseDataType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notNullOrEmptyImpl(BaseDataType[] argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notNullOrZeroImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notTrueImpl(logical argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notUnknownOrEmptyImpl(BaseDataType[] argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notUnknownOrEmptyImpl(Text argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void nonZeroImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void notZeroImpl(NumberType argument, java.lang.String name)
argument - The argument to checkname - The name of the argumentprivate static void raiseNonNegative(java.lang.String name)
name - The name of the value.private static void raiseNonPositive(java.lang.String name)
name - The name of the value.private static void raiseNonZero(java.lang.String name)
name - The name of the value.private static void raiseNonZeroOrNegative(java.lang.String name)
name - The name of the value.private static void raiseNonZeroOrPositive(java.lang.String name)
name - The name of the value.private static void raiseZero(java.lang.String name)
name - The name of the value.public void __core_Assert_constructor__()
public void __core_Assert_execute__()