Skip to main content
A newer version of this page is available. .

Command.ExpectException Property

Gets if the current Functional Testing command is expected to fail.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

Declaration

public bool ExpectException { get; }

Property Value

Type Description
Boolean

true, it the command is expected to fail, otherwise - false.

Remarks

The command is expected to fail when it is prefixed by the “!“ symbol in EasyTest script. See the EasyTest Script Reference topic for details.

See Also