Namespace: OpenEdge.Core.Assertion
Class 
AssertError
Parent classes:
Inherits: Progress.Lang.Object

Copyright (c) 2014 by Progress Software Corporation. All rights reserved.
File:AssertError
Purpose:Assertions specific to error messages
Author(s):psajja
Created:Tue Dec 16 12:30:23 IST 2014




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
Top

PROTECTED HasErrorMessage ()

Purpose: Asserts that last executed statement raised an error message.
@throws AssertionFailedError Error thrown if no error message exists
Top

PROTECTED HasErrorStatus ()

Purpose: Asserts that last executed statement raised an error.
@throws AssertionFailedError Error thrown if no error exists
Top

PROTECTED NoErrorMessage ()

Purpose: Asserts that last executed statement raised no error message.
@throws AssertionFailedError Error thrown if error message exists
Top

PROTECTED NoErrorStatus ()

Purpose: Asserts that last executed statement raised no error.
@throws AssertionFailedError Error thrown if error exists


10.27.2015 12:36:18