Click or drag to resize

PathValidationAssertion Properties

The PathValidationAssertion type exposes the following members.

Properties
  NameDescription
Public propertyExpectedResult
Gets or sets the Expected Result.
(Inherited from AbstractValueCompareAssertion.)
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.
(Inherited from AbstractValueCompareAssertion.)
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.
(Inherited from AbstractValueCompareAssertion.)
Public propertyName
Gets or sets the name of the assertion
(Inherited from AbstractAssertion.)
Public propertyPathExpression
Gets or sets the Path Expression to match the given Request or Response
Public propertyResult
Gets the result which compared to Expected Result
(Inherited from AbstractValueCompareAssertion.)
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
(Inherited from AbstractValueCompareAssertion.)
Top
See Also