public class AssertionFailedError extends AbstractAssertionFailedError
msg| Constructor and Description |
|---|
AssertionFailedError()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
__core_AssertionFailedError_constructor__(character msgtxt)
Initialize using the message describing the failure.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
comhandle expected,
comhandle actual)
Initialize using the message describing the failure and
the expected and actual values of the COMHANDLE type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
date expected,
date actual)
Initialize using the message describing the failure and
the expected and actual values of the DATE type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
datetime expected,
datetime actual)
Initialize using the message describing the failure and
the expected and actual values of the DATETIME type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
datetimetz expected,
datetimetz actual)
Initialize using the message describing the failure and
the expected and actual values of the DATETIME-TZ type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
decimal expected,
decimal actual)
Initialize using the message describing the failure and
the expected and actual values of the DECIMAL type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
handle expected,
handle actual)
Initialize using the message describing the failure and
the expected and actual values of the HANDLE type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
int64 expected,
int64 actual)
Initialize using the message describing the failure and
the expected and actual values of the INT64 type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
integer msgnum)
Initialize using the message describing the failure and the message number.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
integer expected,
integer actual)
Initialize using the message describing the failure and
the expected and actual values of the INTEGER type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
logical expected,
logical actual)
Initialize using the message describing the failure and
the expected and actual values of the LOGICAL type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
longchar expected,
longchar actual)
Initialize using the message describing the failure and
the expected and actual values of the LONGCHAR type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
memptr expected,
memptr actual)
Initialize using the message describing the failure and
the expected and actual values of the MEMPTR type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
object expected,
object actual)
Initialize using the message describing the failure and
the expected and actual values of the OBJECT type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
raw expected,
raw actual)
Initialize using the message describing the failure and
the expected and actual values of the RAW type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
recid expected,
recid actual)
Initialize using the message describing the failure and
the expected and actual values of the RECID type.
|
void |
__core_AssertionFailedError_constructor__(character msgtxt,
rowid expected,
rowid actual)
Initialize using the message describing the failure and
the expected and actual values of the ROWID type.
|
static void |
__core_AssertionFailedError_constructor__static__()
Static constructor
|
constructor, getActual, getExpected, getMessage, getMessageInt, readExternal, writeExternal__lang_AppError_constructor__, __lang_AppError_constructor__, __lang_AppError_constructor__, addMessage, getReturnValue, isFromReturn, newInstance, newInstance, newInstance, removeMessage, setFromReturn, setReturnValue__lang_ProError_constructor__, __lang_ProError_constructor__, getCallStack, getMessage, getMessageNum, getNumMessages, getSeverity, populateCallStack, setSeverity, validIndex__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringpublic AssertionFailedError()
public static void __core_AssertionFailedError_constructor__static__()
public void __core_AssertionFailedError_constructor__(character msgtxt)
msgtxt - the messagepublic void __core_AssertionFailedError_constructor__(character msgtxt, comhandle expected, comhandle actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, date expected, date actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, datetime expected, datetime actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, datetimetz expected, datetimetz actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, decimal expected, decimal actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, handle expected, handle actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, int64 expected, int64 actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, integer msgnum)
msgtxt - the messagemsgnum - the message numberpublic void __core_AssertionFailedError_constructor__(character msgtxt, integer expected, integer actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, logical expected, logical actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, longchar expected, longchar actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, memptr expected, memptr actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, object expected, object actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, raw expected, raw actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, recid expected, recid actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be nullpublic void __core_AssertionFailedError_constructor__(character msgtxt, rowid expected, rowid actual)
msgtxt - the messageexpected - the expected value, must not be nullactual - the actual value, must not be null