Table of Contents

Property InnerResult

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

InnerResult

Returns the comparer result for any inner comparison that caused this result to fail; returns null if there was no inner comparison.

public AssertEqualityResult? InnerResult { get; }

Property Value

Remarks

If this value is set, then it generally indicates that this comparison was a failed collection comparison, and the inner result indicates the specific item comparison that caused the failure.