Namespace: OpenEdge.ABLUnit.Runner
Type: Class ExpectedExceptionError
Parent Classes:
Inherits: Progress.Lang.AppError


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:ExpectedExceptionError
Purpose:Error raised when a test method expects a particular error, but
the error is not thrown from the test.
Author(s):pjudge
Created:2021-12-15
Notes:- This has its own type so that the code in TestCase does
not confuse such errors with vanilla P.L.AppError per OCTA-41889
/* The expected error's type name



Constructor Summary
  Options Name Purpose
  ExpectedExceptionError (character) /* Constructor @param character The expected error type name. */

Property Summary
  Options Name Purpose
  CHARACTER Expected


Constructor Detail
Top

ExpectedExceptionError (character)

/* Constructor
Parameters:
pExpected CHARACTER
 


Property Detail
Top

CHARACTER Expected

Returns CHARACTER