Click or drag to resize

AbstractValueCompareAssertion Properties

The AbstractValueCompareAssertion type exposes the following members.

Properties
  NameDescription
Public propertyExpectedResult
Gets or sets the Expected Result.
Public propertyId
Gets or sets the identifier of the assertion
(Inherited from AbstractAssertion.)
Public propertyInformation
Gets or sets the information, error message related to the assertion.
(Inherited from AbstractAssertion.)
Public propertyInformationString
Gets the information in it's String representation.
(Inherited from AbstractAssertion.)
Public propertyIsCaseSensitive
Gets or sets a value indicating whether the result matching is case sensitive.
Public propertyIsDisabled
Gets or sets whether the current test item is disabled.
(Inherited from AbstractAssertion.)
Public propertyMessagePart
Gets or sets in which part the assertion will work on.
Public propertyName
Gets or sets the name of the assertion
(Inherited from AbstractAssertion.)
Public propertyResult
Gets the result which compared to Expected Result
Public propertyStatus
Gets or sets the Status of the current Assertion.
(Inherited from AbstractAssertion.)
Public propertyUseRegularExpression
Gets or sets a value indicating whether to use Regular Expression for result comparing
Top
See Also