Command.ExpectException Property
Gets if the current Functional Testing command is expected to fail.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
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