Summary
FailurePoint class represents one point of failure
in an equality test.
- Namespace
- TCLite
.Constraints - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["FailurePoint"]
class Type type-node
Syntax
public class FailurePoint
Fields
| Name | Constant Value | Summary |
|---|---|---|
| ActualHasData |
Indicates whether the actual value is valid
|
|
| ActualValue |
The actual value
|
|
| ExpectedHasData |
Indicates whether the expected value is valid
|
|
| ExpectedValue |
The expected value
|
|
| Position |
The location of the failure
|
