Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Command.ExpectException Property

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

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v21.2.dll

NuGet Package: DevExpress.EasyTest

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