|
Options |
Name |
Purpose |
|
|
Equals (character, character)
|
/** Asserts that value 'a' equals 'b'. @param character the known value @param character the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (date, date)
|
/** Asserts that value 'a' equals 'b'. @param date the known value @param date the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (datetime, datetime)
|
/** Asserts that value 'a' equals 'b'. @param datetime the known value @param datetime the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (datetime-tz, datetime-tz)
|
/** Asserts that value 'a' equals 'b'. @param datetime-tz the known value @param datetime-tz the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (decimal, decimal)
|
/** Asserts that value 'a' equals 'b'. @param decimal the known value @param decimal the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (handle, handle)
|
/** Asserts that value 'a' equals 'b'. @param handle the known value @param handle the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (int64, int64)
|
/** Asserts that value 'a' equals 'b'. @param int64 the known value @param int64 the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (integer, integer)
|
/** Asserts that value 'a' equals 'b'. @param integer the known value @param integer the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (logical, logical)
|
/** Asserts that value 'a' equals 'b'. @param logical the known value @param logical the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (longchar, longchar)
|
/** Asserts that value 'a' equals 'b'. @param longchar the known value @param longchar the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (memptr, memptr)
|
/** Asserts that value 'a' equals 'b'. @param memptr the known value @param memptr the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (Object, Object)
|
/** Asserts that value 'a' equals 'b'. @param Object the known value @param Object the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (raw, raw)
|
/** Asserts that value 'a' equals 'b'. @param raw the known value @param raw the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (recid, recid)
|
/** Asserts that value 'a' equals 'b'. @param recid the known value @param recid the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
Equals (rowid, rowid)
|
/** Asserts that value 'a' equals 'b'. @param rowid the known value @param rowid the comparison value @throws AssertionFailedError Error thrown if values differ */
|
|
|
HasDeterminateExtent (character[])
|
/** Asserts that the character extent is set. @param character the value to check @throws AssertionFailedError Error thrown if character extent is not set */
|
|
|
HasDeterminateExtent (character[], character)
|
/** Asserts that the character extent is set. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character extent is not set */
|
|
|
HasDeterminateExtent (datetime-tz[])
|
/** Asserts that the datetime-tz extent is set. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz extent is not set */
|
|
|
HasDeterminateExtent (datetime-tz[], character)
|
/** Asserts that the datetime-tz extent is set. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz extent is not set */
|
|
|
HasDeterminateExtent (datetime[])
|
/** Asserts that the datetime extent is set. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime extent is not set */
|
|
|
HasDeterminateExtent (datetime[], character)
|
/** Asserts that the datetime extent is set. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime extent is not set */
|
|
|
HasDeterminateExtent (date[])
|
/** Asserts that the date extent is set. @param date the value to check @throws AssertionFailedError Error thrown if date extent is not set */
|
|
|
HasDeterminateExtent (date[], character)
|
/** Asserts that the date extent is set. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date extent is not set */
|
|
|
HasDeterminateExtent (decimal[])
|
/** Asserts that the decimal extent is set. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal extent is not set */
|
|
|
HasDeterminateExtent (decimal[], character)
|
/** Asserts that the decimal extent is set. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal extent is not set */
|
|
|
HasDeterminateExtent (handle[])
|
/** Asserts that the handle extent is set. @param handle the value to check @throws AssertionFailedError Error thrown if handle extent is not set */
|
|
|
HasDeterminateExtent (handle[], character)
|
/** Asserts that the handle extent is set. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle extent is not set */
|
|
|
HasDeterminateExtent (int64[])
|
/** Asserts that the int64 extent is set. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 extent is not set */
|
|
|
HasDeterminateExtent (int64[], character)
|
/** Asserts that the int64 extent is set. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 extent is not set */
|
|
|
HasDeterminateExtent (integer[])
|
/** Asserts that the integer extent is set. @param integer the value to check @throws AssertionFailedError Error thrown if integer extent is not set */
|
|
|
HasDeterminateExtent (integer[], character)
|
/** Asserts that the integer extent is set. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer extent is not set */
|
|
|
HasDeterminateExtent (logical[])
|
/** Asserts that the logical extent is set. @param logical the value to check @throws AssertionFailedError Error thrown if logical extent is not set */
|
|
|
HasDeterminateExtent (logical[], character)
|
/** Asserts that the logical extent is set. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical extent is not set */
|
|
|
HasDeterminateExtent (longchar[])
|
/** Asserts that the longchar extent is set. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar extent is not set */
|
|
|
HasDeterminateExtent (longchar[], character)
|
/** Asserts that the longchar extent is set. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar extent is not set */
|
|
|
HasDeterminateExtent (memptr[])
|
/** Asserts that the memptr extent is set. @param memptr the value to check @throws AssertionFailedError Error thrown if memptr extent is not set */
|
|
|
HasDeterminateExtent (memptr[], character)
|
/** Asserts that the memptr extent is set. @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr extent is not set */
|
|
|
HasDeterminateExtent (Object[])
|
/** Asserts that the Object extent is set. @param Object the value to check @throws AssertionFailedError Error thrown if Object extent is not set */
|
|
|
HasDeterminateExtent (Object[], character)
|
/** Asserts that the Object extent is set. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object extent is not set */
|
|
|
HasDeterminateExtent (raw[])
|
/** Asserts that the raw extent is set. @param raw the value to check @throws AssertionFailedError Error thrown if raw extent is not set */
|
|
|
HasDeterminateExtent (raw[], character)
|
/** Asserts that the raw extent is set. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw extent is not set */
|
|
|
HasDeterminateExtent (recid[])
|
/** Asserts that the recid extent is set. @param recid the value to check @throws AssertionFailedError Error thrown if recid extent is not set */
|
|
|
HasDeterminateExtent (recid[], character)
|
/** Asserts that the recid extent is set. @param recid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if recid extent is not set */
|
|
|
HasDeterminateExtent (rowid[])
|
/** Asserts that the rowid extent is set. @param rowid the value to check @throws AssertionFailedError Error thrown if rowid extent is not set */
|
|
|
HasDeterminateExtent (rowid[], character)
|
/** Asserts that the rowid extent is set. @param rowid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if rowid extent is not set */
|
|
|
IsAbstract (Class)
|
/** Asserts that the given type is an abstract.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is not abstract*/
|
|
|
IsAvailable (handle)
|
|
|
|
IsAvailable (handle, character)
|
|
|
|
IsDecimal (character)
|
|
|
|
IsDecimal (character, character)
|
|
|
|
IsEmpty (character)
|
/** Asserts that the character is empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character is not empty (blank) */
|
|
|
IsEmpty (character, character)
|
/** Asserts that the character is empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is not empty (blank) */
|
|
|
IsEmpty (character[])
|
/** Asserts that the character array is empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character array is not empty (blank) */
|
|
|
IsEmpty (character[], character)
|
/** Asserts that the character array is empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character array is not empty (blank) */
|
|
|
IsEmpty (handle)
|
/** Asserts that the handle is empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle is not empty (blank) */
|
|
|
IsEmpty (handle, character)
|
/** Asserts that the handle is empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is not empty (blank) */
|
|
|
IsEmpty (handle[])
|
/** Asserts that the handle array is empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle array is not empty (blank) */
|
|
|
IsEmpty (handle[], character)
|
/** Asserts that the handle array is empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle array is not empty (blank) */
|
|
|
IsEmpty (longchar)
|
/** Asserts that the longchar is empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not empty (blank) */
|
|
|
IsEmpty (longchar, character)
|
/** Asserts that the longchar is empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is not empty (blank) */
|
|
|
IsEmpty (longchar[])
|
/** Asserts that the longchar array is empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar array is not empty (blank) */
|
|
|
IsEmpty (longchar[], character)
|
/** Asserts that the longchar array is empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar array is not empty (blank) */
|
|
|
IsEmpty (memptr)
|
/** Asserts that the memptr is empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr is not empty (blank) */
|
|
|
IsEmpty (memptr, character)
|
/** Asserts that the memptr is empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr is not empty (blank) */
|
|
|
IsEmpty (memptr[])
|
/** Asserts that the memptr array is empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr array is not empty (blank) */
|
|
|
IsEmpty (memptr[], character)
|
/** Asserts that the memptr array is empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr array is not empty (blank) */
|
|
|
IsFalse (logical)
|
|
|
|
IsFalse (logical, character)
|
/* deliberate not false */
|
|
|
IsFinal (Class)
|
/** Asserts that the given type is final.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is final*/
|
|
|
IsIn (character, longchar, character)
|
/* Asserts that the input value is in the provided list
@param character The value to check
@param longchar A comma-separated list to check against
@param character The name of the argument */
|
|
|
IsIn (character, longchar, character, character)
|
/* Asserts that the input value is in the provided list
@param character The value to check
@param longchar A delimited-separated list to check against
@param character The delimiter character
@param character The name of the argument */
|
|
|
IsIndeterminateArray (character[])
|
/** Asserts that the character extent is not set. @param character the value to check @throws AssertionFailedError Error thrown if character extent is set */
|
|
|
IsIndeterminateArray (character[], character)
|
/** Asserts that the character extent is not set. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character extent is set */
|
|
|
IsIndeterminateArray (datetime-tz[])
|
/** Asserts that the datetime-tz extent is not set. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz extent is set */
|
|
|
IsIndeterminateArray (datetime-tz[], character)
|
/** Asserts that the datetime-tz extent is not set. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz extent is set */
|
|
|
IsIndeterminateArray (datetime[])
|
/** Asserts that the datetime extent is not set. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime extent is set */
|
|
|
IsIndeterminateArray (datetime[], character)
|
/** Asserts that the datetime extent is not set. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime extent is set */
|
|
|
IsIndeterminateArray (date[])
|
/** Asserts that the date extent is not set. @param date the value to check @throws AssertionFailedError Error thrown if date extent is set */
|
|
|
IsIndeterminateArray (date[], character)
|
/** Asserts that the date extent is not set. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date extent is set */
|
|
|
IsIndeterminateArray (decimal[])
|
/** Asserts that the decimal extent is not set. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal extent is set */
|
|
|
IsIndeterminateArray (decimal[], character)
|
/** Asserts that the decimal extent is not set. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal extent is set */
|
|
|
IsIndeterminateArray (handle[])
|
/** Asserts that the handle extent is not set. @param handle the value to check @throws AssertionFailedError Error thrown if handle extent is set */
|
|
|
IsIndeterminateArray (handle[], character)
|
/** Asserts that the handle extent is not set. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle extent is set */
|
|
|
IsIndeterminateArray (int64[])
|
/** Asserts that the int64 extent is not set. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 extent is set */
|
|
|
IsIndeterminateArray (int64[], character)
|
/** Asserts that the int64 extent is not set. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 extent is set */
|
|
|
IsIndeterminateArray (integer[])
|
/** Asserts that the integer extent is not set. @param integer the value to check @throws AssertionFailedError Error thrown if integer extent is set */
|
|
|
IsIndeterminateArray (integer[], character)
|
/** Asserts that the integer extent is not set. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer extent is set */
|
|
|
IsIndeterminateArray (logical[])
|
/** Asserts that the logical extent is not set. @param logical the value to check @throws AssertionFailedError Error thrown if logical extent is set */
|
|
|
IsIndeterminateArray (logical[], character)
|
/** Asserts that the logical extent is not set. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical extent is set */
|
|
|
IsIndeterminateArray (longchar[])
|
/** Asserts that the longchar extent is not set. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar extent is set */
|
|
|
IsIndeterminateArray (longchar[], character)
|
/** Asserts that the longchar extent is not set. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar extent is set */
|
|
|
IsIndeterminateArray (memptr[])
|
/** Asserts that the memptr extent is not set. @param memptr the value to check @throws AssertionFailedError Error thrown if memptr extent is set */
|
|
|
IsIndeterminateArray (memptr[], character)
|
/** Asserts that the memptr extent is not set. @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr extent is set */
|
|
|
IsIndeterminateArray (Object[])
|
/** Asserts that the Object extent is not set. @param Object the value to check @throws AssertionFailedError Error thrown if Object extent is set */
|
|
|
IsIndeterminateArray (Object[], character)
|
/** Asserts that the Object extent is not set. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object extent is set */
|
|
|
IsIndeterminateArray (raw[])
|
/** Asserts that the raw extent is not set. @param raw the value to check @throws AssertionFailedError Error thrown if raw extent is set */
|
|
|
IsIndeterminateArray (raw[], character)
|
/** Asserts that the raw extent is not set. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw extent is set */
|
|
|
IsIndeterminateArray (recid[])
|
/** Asserts that the recid extent is not set. @param recid the value to check @throws AssertionFailedError Error thrown if recid extent is set */
|
|
|
IsIndeterminateArray (recid[], character)
|
/** Asserts that the recid extent is not set. @param recid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if recid extent is set */
|
|
|
IsIndeterminateArray (rowid[])
|
/** Asserts that the rowid extent is not set. @param rowid the value to check @throws AssertionFailedError Error thrown if rowid extent is set */
|
|
|
IsIndeterminateArray (rowid[], character)
|
/** Asserts that the rowid extent is not set. @param rowid the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if rowid extent is set */
|
|
|
IsInt64 (character)
|
|
|
|
IsInt64 (character, character)
|
|
|
|
IsInteger (character)
|
|
|
|
IsInteger (character, character)
|
|
|
|
IsInterface (Class)
|
/** Asserts that the given type is an interface.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is not an interface*/
|
|
|
IsLogical (character)
|
/* Asserts that the input value can be converted to a logical value with the
default/built-in format mask (see doc)
@param character A character expression to evaluate
@throws AssertionFailedError */
|
|
|
IsLogical (character, character)
|
/* Asserts that the input value can be converted to a logical value with the
default/built-in format mask (see doc)
@param character A character expression to evaluate
@param character The name of the argument
@throws AssertionFailedError */
|
|
|
IsLogical (character, character, character)
|
/* Asserts that the input value can be converted to a logical value
@param character A character expression to evaluate
@param character The format mask for the logical value
@param character The name of the argument
@throws AssertionFailedError */
|
|
|
IsNegative (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsNegative (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsNegative (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsNegative (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsNegative (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsNegative (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsNull (character)
|
/** Asserts that the character is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
|
|
IsNull (character, character)
|
/** Asserts that the character is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is is unknown */
|
|
|
IsNull (character[])
|
/** Asserts that the character array is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
|
|
IsNull (character[], character)
|
/** Asserts that the character array is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is not unknown */
|
|
|
IsNull (date)
|
/** Asserts that the date is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
|
|
IsNull (date, character)
|
/** Asserts that the date is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is is unknown */
|
|
|
IsNull (datetime)
|
/** Asserts that the datetime is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
|
|
IsNull (datetime, character)
|
/** Asserts that the datetime is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is is unknown */
|
|
|
IsNull (datetime-tz)
|
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
|
|
IsNull (datetime-tz, character)
|
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is is unknown */
|
|
|
IsNull (datetime-tz[])
|
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
|
|
IsNull (datetime-tz[], character)
|
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
|
|
IsNull (datetime[])
|
/** Asserts that the datetime array is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
|
|
IsNull (datetime[], character)
|
/** Asserts that the datetime array is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is not unknown */
|
|
|
IsNull (date[])
|
/** Asserts that the date array is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
|
|
IsNull (date[], character)
|
/** Asserts that the date array is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is not unknown */
|
|
|
IsNull (decimal)
|
/** Asserts that the decimal is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
|
|
IsNull (decimal, character)
|
/** Asserts that the decimal is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is is unknown */
|
|
|
IsNull (decimal[])
|
/** Asserts that the decimal array is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
|
|
IsNull (decimal[], character)
|
/** Asserts that the decimal array is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not unknown */
|
|
|
IsNull (handle)
|
/** Asserts that the handle is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
|
|
IsNull (handle, character)
|
/** Asserts that the handle is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is is unknown */
|
|
|
IsNull (handle[])
|
/** Asserts that the handle array is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
|
|
IsNull (handle[], character)
|
/** Asserts that the handle array is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is not unknown */
|
|
|
IsNull (int64)
|
/** Asserts that the int64 is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
|
|
IsNull (int64, character)
|
/** Asserts that the int64 is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is is unknown */
|
|
|
IsNull (int64[])
|
/** Asserts that the int64 array is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
|
|
IsNull (int64[], character)
|
/** Asserts that the int64 array is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not unknown */
|
|
|
IsNull (integer)
|
/** Asserts that the integer is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
|
|
IsNull (integer, character)
|
/** Asserts that the integer is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is is unknown */
|
|
|
IsNull (integer[])
|
/** Asserts that the integer array is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
|
|
IsNull (integer[], character)
|
/** Asserts that the integer array is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not unknown */
|
|
|
IsNull (logical)
|
/** Asserts that the logical is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
|
|
IsNull (logical, character)
|
/** Asserts that the logical is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is is unknown */
|
|
|
IsNull (logical[])
|
/** Asserts that the logical array is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
|
|
IsNull (logical[], character)
|
/** Asserts that the logical array is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is not unknown */
|
|
|
IsNull (longchar)
|
/** Asserts that the longchar is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
|
|
IsNull (longchar, character)
|
/** Asserts that the longchar is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is is unknown */
|
|
|
IsNull (longchar[])
|
/** Asserts that the longchar array is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
|
|
IsNull (longchar[], character)
|
/** Asserts that the longchar array is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is not unknown */
|
|
|
IsNull (Object)
|
/** Asserts that the Object is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
|
|
IsNull (Object, character)
|
/** Asserts that the Object is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is is unknown */
|
|
|
IsNull (Object[])
|
/** Asserts that the Object array is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
|
|
IsNull (Object[], character)
|
/** Asserts that the Object array is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is not unknown */
|
|
|
IsNull (raw)
|
/** Asserts that the raw is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
|
|
IsNull (raw, character)
|
/** Asserts that the raw is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is is unknown */
|
|
|
IsNull (raw[])
|
/** Asserts that the raw array is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
|
|
IsNull (raw[], character)
|
/** Asserts that the raw array is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is not unknown */
|
|
|
IsPositive (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsPositive (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsPositive (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsPositive (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsPositive (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsPositive (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsSerializable (Object)
|
/* Asserts that the given object can be serialized.
@param Obejct The object to check. */
|
|
|
IsTrue (logical)
|
|
|
|
IsTrue (logical, character)
|
/* deliberate not true */
|
|
|
IsType (handle, DataTypeEnum)
|
/** Asserts that a handle is valid and of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@throws AssertionFailedError Error thrown if the handle is not valid or not of a particular datatype*/
|
|
|
IsType (handle, DataTypeEnum, character)
|
/** Asserts that a handle is valid and of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@param character The name of the variable/handle.
@throws AssertionFailedError Error thrown if the handle is not valid or not of a particular datatype.*/
|
|
|
IsType (Object, Class)
|
/** Asserts that a object is valid and of a particular type
@param Progress.Lang.Object The Object being checked.
@param Progress.Lang.Class The type the being checked.
@throws AssertionFailedError Error thrown if the object is not valid and not of particular type.*/
|
|
|
IsType (Object[], Class)
|
/** Asserts that a object extent is valid and of a particular type for each array item
@param Progress.Lang.Object The Object being checked.
@param Progress.Lang.Class The type the being checked.
@throws AssertionFailedError Error thrown if the object array is not valid any of the array
item is not of particular type.*/
|
|
|
IsUnknown (character)
|
/** Asserts that the character is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
|
|
IsUnknown (character, character)
|
/** Asserts that the character is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is is unknown */
|
|
|
IsUnknown (character[])
|
/** Asserts that the character array is unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is not unknown */
|
|
|
IsUnknown (character[], character)
|
/** Asserts that the character array is unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is not unknown */
|
|
|
IsUnknown (date)
|
/** Asserts that the date is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
|
|
IsUnknown (date, character)
|
/** Asserts that the date is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is is unknown */
|
|
|
IsUnknown (datetime)
|
/** Asserts that the datetime is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
|
|
IsUnknown (datetime, character)
|
/** Asserts that the datetime is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is is unknown */
|
|
|
IsUnknown (datetime-tz)
|
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
|
|
IsUnknown (datetime-tz, character)
|
/** Asserts that the datetime-tz is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is is unknown */
|
|
|
IsUnknown (datetime-tz[])
|
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
|
|
IsUnknown (datetime-tz[], character)
|
/** Asserts that the datetime-tz array is unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is not unknown */
|
|
|
IsUnknown (datetime[])
|
/** Asserts that the datetime array is unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is not unknown */
|
|
|
IsUnknown (datetime[], character)
|
/** Asserts that the datetime array is unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is not unknown */
|
|
|
IsUnknown (date[])
|
/** Asserts that the date array is unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is not unknown */
|
|
|
IsUnknown (date[], character)
|
/** Asserts that the date array is unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is not unknown */
|
|
|
IsUnknown (decimal)
|
/** Asserts that the decimal is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
|
|
IsUnknown (decimal, character)
|
/** Asserts that the decimal is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is is unknown */
|
|
|
IsUnknown (decimal[])
|
/** Asserts that the decimal array is unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not unknown */
|
|
|
IsUnknown (decimal[], character)
|
/** Asserts that the decimal array is unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not unknown */
|
|
|
IsUnknown (handle)
|
/** Asserts that the handle is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
|
|
IsUnknown (handle, character)
|
/** Asserts that the handle is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is is unknown */
|
|
|
IsUnknown (handle[])
|
/** Asserts that the handle array is unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is not unknown */
|
|
|
IsUnknown (handle[], character)
|
/** Asserts that the handle array is unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is not unknown */
|
|
|
IsUnknown (int64)
|
/** Asserts that the int64 is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
|
|
IsUnknown (int64, character)
|
/** Asserts that the int64 is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is is unknown */
|
|
|
IsUnknown (int64[])
|
/** Asserts that the int64 array is unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not unknown */
|
|
|
IsUnknown (int64[], character)
|
/** Asserts that the int64 array is unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not unknown */
|
|
|
IsUnknown (integer)
|
/** Asserts that the integer is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
|
|
IsUnknown (integer, character)
|
/** Asserts that the integer is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is is unknown */
|
|
|
IsUnknown (integer[])
|
/** Asserts that the integer array is unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not unknown */
|
|
|
IsUnknown (integer[], character)
|
/** Asserts that the integer array is unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not unknown */
|
|
|
IsUnknown (logical)
|
/** Asserts that the logical is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
|
|
IsUnknown (logical, character)
|
/** Asserts that the logical is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is is unknown */
|
|
|
IsUnknown (logical[])
|
/** Asserts that the logical array is unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is not unknown */
|
|
|
IsUnknown (logical[], character)
|
/** Asserts that the logical array is unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is not unknown */
|
|
|
IsUnknown (longchar)
|
/** Asserts that the longchar is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
|
|
IsUnknown (longchar, character)
|
/** Asserts that the longchar is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is is unknown */
|
|
|
IsUnknown (longchar[])
|
/** Asserts that the longchar array is unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is not unknown */
|
|
|
IsUnknown (longchar[], character)
|
/** Asserts that the longchar array is unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is not unknown */
|
|
|
IsUnknown (Object)
|
/** Asserts that the Object is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
|
|
IsUnknown (Object, character)
|
/** Asserts that the Object is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is is unknown */
|
|
|
IsUnknown (Object[])
|
/** Asserts that the Object array is unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is not unknown */
|
|
|
IsUnknown (Object[], character)
|
/** Asserts that the Object array is unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is not unknown */
|
|
|
IsUnknown (raw)
|
/** Asserts that the raw is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
|
|
IsUnknown (raw, character)
|
/** Asserts that the raw is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is is unknown */
|
|
|
IsUnknown (raw[])
|
/** Asserts that the raw array is unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is not unknown */
|
|
|
IsUnknown (raw[], character)
|
/** Asserts that the raw array is unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is not unknown */
|
|
|
IsZero (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsZero (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsZero (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsZero (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsZero (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsZero (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsZeroOrNegative (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsZeroOrNegative (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsZeroOrNegative (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsZeroOrNegative (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsZeroOrNegative (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsZeroOrNegative (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsZeroOrPositive (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsZeroOrPositive (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
IsZeroOrPositive (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsZeroOrPositive (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
IsZeroOrPositive (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
IsZeroOrPositive (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NonZero (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NonZero (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NonZero (decimal[])
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NonZero (decimal[], character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NonZero (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NonZero (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NonZero (int64[])
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NonZero (int64[], character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NonZero (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NonZero (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NonZero (integer[])
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NonZero (integer[], character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NotAbstract (Class)
|
/** Asserts that the given type is not an abstract.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is abstract*/
|
|
|
NotAvailable (handle)
|
|
|
|
NotAvailable (handle, character)
|
|
|
|
NotEmpty (character)
|
/** Asserts that the character is not empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character is empty (blank) */
|
|
|
NotEmpty (character, character)
|
/** Asserts that the character is not empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is empty (blank) */
|
|
|
NotEmpty (character[])
|
/** Asserts that the character array is not empty (blank). @param character the value to check @throws AssertionFailedError Error thrown if character array is empty (blank) */
|
|
|
NotEmpty (character[], character)
|
/** Asserts that the character array is not empty (blank). @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character array is empty (blank) */
|
|
|
NotEmpty (handle)
|
/** Asserts that the handle is not empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle is empty (blank) */
|
|
|
NotEmpty (handle, character)
|
/** Asserts that the handle is not empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is empty (blank) */
|
|
|
NotEmpty (handle[])
|
/** Asserts that the handle array is not empty (blank). @param handle the value to check @throws AssertionFailedError Error thrown if handle array is empty (blank) */
|
|
|
NotEmpty (handle[], character)
|
/** Asserts that the handle array is not empty (blank). @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle array is empty (blank) */
|
|
|
NotEmpty (longchar)
|
/** Asserts that the longchar is not empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is empty (blank) */
|
|
|
NotEmpty (longchar, character)
|
/** Asserts that the longchar is not empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is empty (blank) */
|
|
|
NotEmpty (longchar[])
|
/** Asserts that the longchar array is not empty (blank). @param longchar the value to check @throws AssertionFailedError Error thrown if longchar array is empty (blank) */
|
|
|
NotEmpty (longchar[], character)
|
/** Asserts that the longchar array is not empty (blank). @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar array is empty (blank) */
|
|
|
NotEmpty (memptr)
|
/** Asserts that the memptr is not empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr is empty (blank) */
|
|
|
NotEmpty (memptr, character)
|
/** Asserts that the memptr is not empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr is empty (blank) */
|
|
|
NotEmpty (memptr[])
|
/** Asserts that the memptr array is not empty (blank). @param memptr the value to check @throws AssertionFailedError Error thrown if memptr array is empty (blank) */
|
|
|
NotEmpty (memptr[], character)
|
/** Asserts that the memptr array is not empty (blank). @param memptr the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if memptr array is empty (blank) */
|
|
|
NotEqual (character, character)
|
/** Asserts that value 'a' differs from 'b'. @param character the known value @param character the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (date, date)
|
/** Asserts that value 'a' differs from 'b'. @param date the known value @param date the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (datetime, datetime)
|
/** Asserts that value 'a' differs from 'b'. @param datetime the known value @param datetime the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (datetime-tz, datetime-tz)
|
/** Asserts that value 'a' differs from 'b'. @param datetime-tz the known value @param datetime-tz the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (decimal, decimal)
|
/** Asserts that value 'a' differs from 'b'. @param decimal the known value @param decimal the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (handle, handle)
|
/** Asserts that value 'a' differs from 'b'. @param handle the known value @param handle the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (int64, int64)
|
/** Asserts that value 'a' differs from 'b'. @param int64 the known value @param int64 the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (integer, integer)
|
/** Asserts that value 'a' differs from 'b'. @param integer the known value @param integer the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (logical, logical)
|
/** Asserts that value 'a' differs from 'b'. @param logical the known value @param logical the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (longchar, longchar)
|
/** Asserts that value 'a' differs from 'b'. @param longchar the known value @param longchar the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (memptr, memptr)
|
/** Asserts that value 'a' differs from 'b'. @param memptr the known value @param memptr the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (Object, Object)
|
/** Asserts that value 'a' differs from 'b'. @param Object the known value @param Object the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (raw, raw)
|
/** Asserts that value 'a' differs from 'b'. @param raw the known value @param raw the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (recid, recid)
|
/** Asserts that value 'a' differs from 'b'. @param recid the known value @param recid the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotEqual (rowid, rowid)
|
/** Asserts that value 'a' differs from 'b'. @param rowid the known value @param rowid the comparison value @throws AssertionFailedError Error thrown if values are equal */
|
|
|
NotFalse (logical)
|
|
|
|
NotFalse (logical, character)
|
|
|
|
NotFinal (Class)
|
/** Asserts that the given type is not final.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is final*/
|
|
|
NotIn (character, longchar, character)
|
/* Asserts that the input value is NOT in the provided list
@param character The value to check
@param longchar A COMMA-separated list to check against
@param character The name of the argument */
|
|
|
NotIn (character, longchar, character, character)
|
/* Asserts that the input value is NOT in the provided list
@param character The value to check
@param longchar A delimited-separated list to check against
@param character The delimiter character
@param character The name of the argument */
|
|
|
NotInterface (Class)
|
/** Asserts that the given type is not an interface.
@param Progress.Lang.Class the type to check
@throws AssertionFailedError Error thrown if the type is an interface*/
|
|
|
NotNull (character)
|
/** Asserts that the character is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNull (character, character)
|
/** Asserts that the character is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNull (character[])
|
/** Asserts that the character array is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNull (character[], character)
|
/** Asserts that the character array is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNull (date)
|
/** Asserts that the date is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotNull (date, character)
|
/** Asserts that the date is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotNull (datetime)
|
/** Asserts that the datetime is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotNull (datetime, character)
|
/** Asserts that the datetime is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotNull (datetime-tz)
|
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotNull (datetime-tz, character)
|
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotNull (datetime-tz[])
|
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotNull (datetime-tz[], character)
|
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotNull (datetime[])
|
/** Asserts that the datetime array is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotNull (datetime[], character)
|
/** Asserts that the datetime array is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotNull (date[])
|
/** Asserts that the date array is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotNull (date[], character)
|
/** Asserts that the date array is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotNull (decimal)
|
/** Asserts that the decimal is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotNull (decimal, character)
|
/** Asserts that the decimal is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotNull (decimal[])
|
/** Asserts that the decimal array is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotNull (decimal[], character)
|
/** Asserts that the decimal array is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotNull (handle)
|
/** Asserts that the handle is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotNull (handle, character)
|
/** Asserts that the handle is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotNull (handle[])
|
/** Asserts that the handle array is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotNull (handle[], character)
|
/** Asserts that the handle array is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotNull (int64)
|
/** Asserts that the int64 is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotNull (int64, character)
|
/** Asserts that the int64 is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotNull (int64[])
|
/** Asserts that the int64 array is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotNull (int64[], character)
|
/** Asserts that the int64 array is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotNull (integer)
|
/** Asserts that the integer is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotNull (integer, character)
|
/** Asserts that the integer is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotNull (integer[])
|
/** Asserts that the integer array is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotNull (integer[], character)
|
/** Asserts that the integer array is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotNull (logical)
|
/** Asserts that the logical is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotNull (logical, character)
|
/** Asserts that the logical is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotNull (logical[])
|
/** Asserts that the logical array is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotNull (logical[], character)
|
/** Asserts that the logical array is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotNull (longchar)
|
/** Asserts that the longchar is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNull (longchar, character)
|
/** Asserts that the longchar is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNull (longchar[])
|
/** Asserts that the longchar array is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNull (longchar[], character)
|
/** Asserts that the longchar array is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNull (Object)
|
/** Asserts that the Object is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNull (Object, character)
|
/** Asserts that the Object is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNull (Object[])
|
/** Asserts that the Object array is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNull (Object[], character)
|
/** Asserts that the Object array is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNull (raw)
|
/** Asserts that the raw is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotNull (raw, character)
|
/** Asserts that the raw is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotNull (raw[])
|
/** Asserts that the raw array is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotNull (raw[], character)
|
/** Asserts that the raw array is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotNullOrEmpty (character)
|
/** Asserts that the character is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNullOrEmpty (character, character)
|
/** Asserts that the character is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNullOrEmpty (character[])
|
/** Asserts that the character array is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNullOrEmpty (character[], character)
|
/** Asserts that the character array is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotNullOrEmpty (ICollection)
|
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @throws AssertionFailedError Error thrown if ICollection is unknown */
|
|
|
NotNullOrEmpty (ICollection, character)
|
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if ICollection is unknown */
|
|
|
NotNullOrEmpty (ICollection[])
|
/** Asserts that the ICollection array is not unknown or empty. @param ICollection the value to check @throws AssertionFailedError Error thrown if ICollection is unknown */
|
|
|
NotNullOrEmpty (ICollection[], character)
|
/** Asserts that the ICollection array is not unknown or empty. @param ICollection the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if ICollection is unknown */
|
|
|
NotNullOrEmpty (IMap)
|
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @throws AssertionFailedError Error thrown if IMap is unknown */
|
|
|
NotNullOrEmpty (IMap, character)
|
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if IMap is unknown */
|
|
|
NotNullOrEmpty (IMap[])
|
/** Asserts that the IMap array is not unknown or empty. @param IMap the value to check @throws AssertionFailedError Error thrown if IMap is unknown */
|
|
|
NotNullOrEmpty (IMap[], character)
|
/** Asserts that the IMap array is not unknown or empty. @param IMap the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if IMap is unknown */
|
|
|
NotNullOrEmpty (longchar)
|
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNullOrEmpty (longchar, character)
|
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNullOrEmpty (longchar[])
|
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNullOrEmpty (longchar[], character)
|
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotNullOrEmpty (Object)
|
/** Asserts that the Object is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNullOrEmpty (Object, character)
|
/** Asserts that the Object is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNullOrEmpty (Object[])
|
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNullOrEmpty (Object[], character)
|
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotNullOrZero (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NotNullOrZero (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NotNullOrZero (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NotNullOrZero (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NotNullOrZero (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NotNullOrZero (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NotSerializable (Object)
|
/* Asserts that the given object cannot be serialized.
@param Progress.Lang.Object The object to check. */
|
|
|
NotTrue (logical)
|
|
|
|
NotTrue (logical, character)
|
|
|
|
NotType (handle, DataTypeEnum)
|
/** Asserts that a handle is valid and not of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@throws AssertionFailedError Error thrown if the handle is not valid or of a particular datatype*/
|
|
|
NotType (handle, DataTypeEnum, character)
|
/** Asserts that a handle is valid and not of a particular datatype
@param handle The handle being checked.
@param DataTypeEnum The type the handle/variable being checked should be.
@param character the identifying name for the AssertionFailedError.
@throws AssertionFailedError Error thrown if the handle is not valid or of a particular datatype*/
|
|
|
NotType (Object, Class)
|
/** Asserts that a object is valid and not of a particular type
@param Progress.Lang.Object The Object being checked.
@param Progress.Lang.Class The type the being checked.
@throws AssertionFailedError Error thrown if the object is not valid and of particular type.*/
|
|
|
NotUnknown (character)
|
/** Asserts that the character is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknown (character, character)
|
/** Asserts that the character is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknown (character[])
|
/** Asserts that the character array is not unknown. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknown (character[], character)
|
/** Asserts that the character array is not unknown. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknown (date)
|
/** Asserts that the date is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotUnknown (date, character)
|
/** Asserts that the date is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotUnknown (datetime)
|
/** Asserts that the datetime is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotUnknown (datetime, character)
|
/** Asserts that the datetime is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotUnknown (datetime-tz)
|
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotUnknown (datetime-tz, character)
|
/** Asserts that the datetime-tz is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotUnknown (datetime-tz[])
|
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotUnknown (datetime-tz[], character)
|
/** Asserts that the datetime-tz array is not unknown. @param datetime-tz the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime-tz is unknown */
|
|
|
NotUnknown (datetime[])
|
/** Asserts that the datetime array is not unknown. @param datetime the value to check @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotUnknown (datetime[], character)
|
/** Asserts that the datetime array is not unknown. @param datetime the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if datetime is unknown */
|
|
|
NotUnknown (date[])
|
/** Asserts that the date array is not unknown. @param date the value to check @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotUnknown (date[], character)
|
/** Asserts that the date array is not unknown. @param date the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if date is unknown */
|
|
|
NotUnknown (decimal)
|
/** Asserts that the decimal is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotUnknown (decimal, character)
|
/** Asserts that the decimal is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotUnknown (decimal[])
|
/** Asserts that the decimal array is not unknown. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotUnknown (decimal[], character)
|
/** Asserts that the decimal array is not unknown. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is unknown */
|
|
|
NotUnknown (handle)
|
/** Asserts that the handle is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotUnknown (handle, character)
|
/** Asserts that the handle is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotUnknown (handle[])
|
/** Asserts that the handle array is not unknown. @param handle the value to check @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotUnknown (handle[], character)
|
/** Asserts that the handle array is not unknown. @param handle the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if handle is unknown */
|
|
|
NotUnknown (int64)
|
/** Asserts that the int64 is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotUnknown (int64, character)
|
/** Asserts that the int64 is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotUnknown (int64[])
|
/** Asserts that the int64 array is not unknown. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotUnknown (int64[], character)
|
/** Asserts that the int64 array is not unknown. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is unknown */
|
|
|
NotUnknown (integer)
|
/** Asserts that the integer is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotUnknown (integer, character)
|
/** Asserts that the integer is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotUnknown (integer[])
|
/** Asserts that the integer array is not unknown. @param integer the value to check @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotUnknown (integer[], character)
|
/** Asserts that the integer array is not unknown. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is unknown */
|
|
|
NotUnknown (logical)
|
/** Asserts that the logical is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotUnknown (logical, character)
|
/** Asserts that the logical is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotUnknown (logical[])
|
/** Asserts that the logical array is not unknown. @param logical the value to check @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotUnknown (logical[], character)
|
/** Asserts that the logical array is not unknown. @param logical the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if logical is unknown */
|
|
|
NotUnknown (longchar)
|
/** Asserts that the longchar is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknown (longchar, character)
|
/** Asserts that the longchar is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknown (longchar[])
|
/** Asserts that the longchar array is not unknown. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknown (longchar[], character)
|
/** Asserts that the longchar array is not unknown. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknown (Object)
|
/** Asserts that the Object is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknown (Object, character)
|
/** Asserts that the Object is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknown (Object[])
|
/** Asserts that the Object array is not unknown. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknown (Object[], character)
|
/** Asserts that the Object array is not unknown. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknown (raw)
|
/** Asserts that the raw is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotUnknown (raw, character)
|
/** Asserts that the raw is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotUnknown (raw[])
|
/** Asserts that the raw array is not unknown. @param raw the value to check @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotUnknown (raw[], character)
|
/** Asserts that the raw array is not unknown. @param raw the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if raw is unknown */
|
|
|
NotUnknownOrEmpty (character)
|
/** Asserts that the character is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknownOrEmpty (character, character)
|
/** Asserts that the character is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknownOrEmpty (character[])
|
/** Asserts that the character array is not unknown or empty. @param character the value to check @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknownOrEmpty (character[], character)
|
/** Asserts that the character array is not unknown or empty. @param character the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if character is unknown */
|
|
|
NotUnknownOrEmpty (ICollection)
|
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @throws AssertionFailedError Error thrown if ICollection is unknown */
|
|
|
NotUnknownOrEmpty (ICollection, character)
|
/** Asserts that the ICollection is not unknown or empty. @param ICollection the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if ICollection is unknown */
|
|
|
NotUnknownOrEmpty (IMap)
|
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @throws AssertionFailedError Error thrown if IMap is unknown */
|
|
|
NotUnknownOrEmpty (IMap, character)
|
/** Asserts that the IMap is not unknown or empty. @param IMap the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if IMap is unknown */
|
|
|
NotUnknownOrEmpty (longchar)
|
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknownOrEmpty (longchar, character)
|
/** Asserts that the longchar is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknownOrEmpty (longchar[])
|
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknownOrEmpty (longchar[], character)
|
/** Asserts that the longchar array is not unknown or empty. @param longchar the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if longchar is unknown */
|
|
|
NotUnknownOrEmpty (Object)
|
/** Asserts that the Object is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknownOrEmpty (Object, character)
|
/** Asserts that the Object is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknownOrEmpty (Object[])
|
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotUnknownOrEmpty (Object[], character)
|
/** Asserts that the Object array is not unknown or empty. @param Object the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if Object is unknown */
|
|
|
NotZero (decimal)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NotZero (decimal, character)
|
/** Asserts that the decimal is of expected value. @param decimal the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if decimal is not of expected value */
|
|
|
NotZero (int64)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NotZero (int64, character)
|
/** Asserts that the int64 is of expected value. @param int64 the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if int64 is not of expected value */
|
|
|
NotZero (integer)
|
/** Asserts that the integer is of expected value. @param integer the value to check @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
NotZero (integer, character)
|
/** Asserts that the integer is of expected value. @param integer the value to check @param character the identifying name for the AssertionFailedError @throws AssertionFailedError Error thrown if integer is not of expected value */
|
|
|
RaiseError (character)
|
/** Raises an AssertionFailedError.
@param mesg the message to be used for the AssertionFailedError
@throws AssertionFailedError Error thrown */
|