OpenEdge.Core.Assertion.AssertArray
- Last Updated: January 15, 2026
- 19 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Equals (character[], character[]) |
/** Asserts that array 'a' equals array 'b'. @param character the known array @param character the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (datetime-tz[], datetime-tz[]) |
/** Asserts that array 'a' equals array 'b'. @param datetime-tz the known array @param datetime-tz the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (datetime[], datetime[]) |
/** Asserts that array 'a' equals array 'b'. @param datetime the known array @param datetime the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (date[], date[]) |
/** Asserts that array 'a' equals array 'b'. @param date the known array @param date the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (decimal[], decimal[]) |
/** Asserts that array 'a' equals array 'b'. @param decimal the known array @param decimal the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (handle[], handle[]) |
/** Asserts that array 'a' equals array 'b'. @param handle the known array @param handle the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (int64[], int64[]) |
/** Asserts that array 'a' equals array 'b'. @param int64 the known array @param int64 the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (integer[], integer[]) |
/** Asserts that array 'a' equals array 'b'. @param integer the known array @param integer the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (logical[], logical[]) |
/** Asserts that array 'a' equals array 'b'. @param logical the known array @param logical the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (longchar[], longchar[]) |
/** Asserts that array 'a' equals array 'b'. @param longchar the known array @param longchar the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (memptr[], memptr[]) |
/** Asserts that array 'a' equals array 'b'. @param memptr the known array @param memptr the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (Object[], Object[]) |
/** Asserts that array 'a' equals array 'b'. @param Object the known array @param Object the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (raw[], raw[]) |
/** Asserts that array 'a' equals array 'b'. @param raw the known array @param raw the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (recid[], recid[]) |
/** Asserts that array 'a' equals array 'b'. @param recid the known array @param recid the comparison array @throws AssertionFailedError Error thrown if arrays differ */
|
||
| Equals (rowid[], rowid[]) |
/** Asserts that array 'a' equals array 'b'. @param rowid the known array @param rowid the comparison array @throws AssertionFailedError Error thrown if arrays 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 */
|
||
| 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 */
|
Method Detail
Equals (character[], character[])
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Equals (datetime-tz[], datetime-tz[])
|
||||||||||||||||
Equals (datetime[], datetime[])
|
||||||||||||||||
Equals (date[], date[])
|
||||||||||||||||
Equals (decimal[], decimal[])
|
||||||||||||||||
Equals (handle[], handle[])
|
||||||||||||||||
Equals (int64[], int64[])
|
||||||||||||||||
Equals (integer[], integer[])
|
||||||||||||||||
Equals (logical[], logical[])
|
||||||||||||||||
Equals (longchar[], longchar[])
|
||||||||||||||||
Equals (memptr[], memptr[])
|
||||||||||||||||
Equals (Object[], Object[])
|
||||||||||||||||
Equals (raw[], raw[])
|
||||||||||||||||
Equals (recid[], recid[])
|
||||||||||||||||
Equals (rowid[], rowid[])
|
||||||||||||||||
HasDeterminateExtent (character[])
|
||||||||||||||||
HasDeterminateExtent (character[], character)
|
||||||||||||||||
HasDeterminateExtent (datetime-tz[])
|
||||||||||||||||
HasDeterminateExtent (datetime-tz[], character)
|
||||||||||||||||
HasDeterminateExtent (datetime[])
|
||||||||||||||||
HasDeterminateExtent (datetime[], character)
|
||||||||||||||||
HasDeterminateExtent (date[])
|
||||||||||||||||
HasDeterminateExtent (date[], character)
|
||||||||||||||||
HasDeterminateExtent (decimal[])
|
||||||||||||||||
HasDeterminateExtent (decimal[], character)
|
||||||||||||||||
HasDeterminateExtent (handle[])
|
||||||||||||||||
HasDeterminateExtent (handle[], character)
|
||||||||||||||||
HasDeterminateExtent (int64[])
|
||||||||||||||||
HasDeterminateExtent (int64[], character)
|
||||||||||||||||
HasDeterminateExtent (integer[])
|
||||||||||||||||
HasDeterminateExtent (integer[], character)
|
||||||||||||||||
HasDeterminateExtent (logical[])
|
||||||||||||||||
HasDeterminateExtent (logical[], character)
|
||||||||||||||||
HasDeterminateExtent (longchar[])
|
||||||||||||||||
HasDeterminateExtent (longchar[], character)
|
||||||||||||||||
HasDeterminateExtent (memptr[])
|
||||||||||||||||
HasDeterminateExtent (memptr[], character)
|
||||||||||||||||
HasDeterminateExtent (Object[])
|
||||||||||||||||
HasDeterminateExtent (Object[], character)
|
||||||||||||||||
HasDeterminateExtent (raw[])
|
||||||||||||||||
HasDeterminateExtent (raw[], character)
|
||||||||||||||||
HasDeterminateExtent (recid[])
|
||||||||||||||||
HasDeterminateExtent (recid[], character)
|
||||||||||||||||
HasDeterminateExtent (rowid[])
|
||||||||||||||||
HasDeterminateExtent (rowid[], character)
|
||||||||||||||||
IsIndeterminateArray (character[])
|
||||||||||||||||
IsIndeterminateArray (character[], character)
|
||||||||||||||||
IsIndeterminateArray (datetime-tz[])
|
||||||||||||||||
IsIndeterminateArray (datetime-tz[], character)
|
||||||||||||||||
IsIndeterminateArray (datetime[])
|
||||||||||||||||
IsIndeterminateArray (datetime[], character)
|
||||||||||||||||
IsIndeterminateArray (date[])
|
||||||||||||||||
IsIndeterminateArray (date[], character)
|
||||||||||||||||
IsIndeterminateArray (decimal[])
|
||||||||||||||||
IsIndeterminateArray (decimal[], character)
|
||||||||||||||||
IsIndeterminateArray (handle[])
|
||||||||||||||||
IsIndeterminateArray (handle[], character)
|
||||||||||||||||
IsIndeterminateArray (int64[])
|
||||||||||||||||
IsIndeterminateArray (int64[], character)
|
||||||||||||||||
IsIndeterminateArray (integer[])
|
||||||||||||||||
IsIndeterminateArray (integer[], character)
|
||||||||||||||||
IsIndeterminateArray (logical[])
|
||||||||||||||||
IsIndeterminateArray (logical[], character)
|
||||||||||||||||
IsIndeterminateArray (longchar[])
|
||||||||||||||||
IsIndeterminateArray (longchar[], character)
|
||||||||||||||||
IsIndeterminateArray (memptr[])
|
||||||||||||||||
IsIndeterminateArray (memptr[], character)
|
||||||||||||||||
IsIndeterminateArray (Object[])
|
||||||||||||||||
IsIndeterminateArray (Object[], character)
|
||||||||||||||||
IsIndeterminateArray (raw[])
|
||||||||||||||||
IsIndeterminateArray (raw[], character)
|
||||||||||||||||
IsIndeterminateArray (recid[])
|
||||||||||||||||
IsIndeterminateArray (recid[], character)
|
||||||||||||||||
IsIndeterminateArray (rowid[])
|
||||||||||||||||
IsIndeterminateArray (rowid[], character)
|
||||||||||||||||