Name | Description | |
---|---|---|
![]() | AllowInfiniteRecursion | Gets a value indicating whether recursion is allowed to continue indefinitely. |
![]() | CompareRecordsByValue | Gets a value indicating whether records should be compared by value instead of their members |
![]() | ConversionSelector | Contains the rules for what properties to run an auto-conversion. |
![]() | CyclicReferenceHandling | Gets value indicating how cyclic references should be handled. By default, it will throw an exception. |
![]() | EnumEquivalencyHandling | Gets value indicating how the enums should be compared. |
![]() | ExcludeNonBrowsableOnExpectation | Gets a value indicating whether members on the expectation marked with [System.ComponentModel.EditorBrowsableAttribute] and System.ComponentModel.EditorBrowsableState.Never should be excluded. |
![]() | IgnoreCase | Gets a value indicating whether a case-insensitive comparer is used when comparing strings. |
![]() | IgnoreLeadingWhitespace | Gets a value indicating whether leading whitespace is ignored when comparing strings. |
![]() | IgnoreNewlineStyle | Gets a value indicating whether the newline style is ignored when comparing strings. |
![]() | IgnoreNonBrowsableOnSubject | Gets a value indicating whether members on the subject marked with [System.ComponentModel.EditorBrowsableAttribute] and System.ComponentModel.EditorBrowsableState.Never should be treated as though they don't exist. |
![]() | IgnoreTrailingWhitespace | Gets a value indicating whether trailing whitespace is ignored when comparing strings. |
![]() | IncludedFields | Gets a value indicating whether and which fields should be considered. |
![]() | IncludedProperties | Gets a value indicating whether and which properties should be considered. |
![]() | IsRecursive | Gets a value indicating whether or not the assertion must perform a deep comparison. |
![]() | MatchingRules | Gets an ordered collection of matching rules that determine which subject members are matched with which expectation properties. |
![]() | OrderingRules | Gets an ordered collection of rules that determine whether or not the order of collections is important. By default, ordering is irrelevant. |
![]() | SelectionRules | Gets an ordered collection of selection rules that define what members (e.g. properties or fields) are included. |
![]() | TraceWriter | Gets the currently configured tracer, or a null reference (Nothing in Visual Basic) if no tracing was configured. |
![]() | UserEquivalencySteps | Gets an ordered collection of Equivalency steps how a subject is compared with the expectation. |
![]() | UseRuntimeTyping | Gets a value indicating whether the runtime type of the expectation should be used rather than the declared type. |