Summary
NUnitEqualityComparer encapsulates NUnit's handling of
equality tests between objects.
- Namespace
- TCLite
.Constraints - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TCLiteEqualityComparer"]
class Type type-node
Syntax
public class TCLiteEqualityComparer
Constructors
Name | Summary |
---|---|
T |
Properties
Name | Value | Summary |
---|---|---|
CompareAsCollection | bool |
Gets and sets a flag indicating that arrays should be
compared as collections, without regard to their shape.
|
Default | T |
Returns the default NUnitEqualityComparer
static
|
FailurePoints | IList |
Gets the list of failure points for the last Match performed.
The list consists of objects to be interpreted by the caller.
This generally means that the caller may only make use of
objects it has placed on the list at a particular depthy.
|
IgnoreCase | bool |
If true, all string comparisons will ignore case
|
Methods
Name | Value | Summary |
---|---|---|
AreEqual |
bool | |
CheckRecursion |
bool |