Namespace: OpenEdge.Core.Assertion
Type: 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
Purpose: Asserts that last executed statement raised an error message.
@throws AssertionFailedError Error thrown if no error message exists



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

HasErrorMessage ()

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

HasErrorStatus ()

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

NoErrorMessage ()

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

NoErrorStatus ()

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