OpenEdge.Core.Assertion.AssertError
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| HasErrorMessage () |
/** Asserts that last executed statement raised an error message.
@throws AssertionFailedError Error thrown if no error message exists */
|
||
| HasErrorStatus () |
/** Asserts that last executed statement raised an error.
@throws AssertionFailedError Error thrown if no error exists */
|
||
| NoErrorMessage () |
/** Asserts that last executed statement raised no error message.
@throws AssertionFailedError Error thrown if error message exists */
|
||
| NoErrorStatus () |
/** Asserts that last executed statement raised no error.
@throws AssertionFailedError Error thrown if error exists */
|
Method Detail
HasErrorMessage ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
HasErrorStatus ()
|
||||||||
NoErrorMessage ()
|
||||||||
NoErrorStatus ()
|
||||||||