AssertFailedException.ActualText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the pre-formatted text representation of the actual value, as displayed
in the actual: line of the structured assertion message. Returns null
when the assertion has no natural actual value.
public string? ActualText { get; }
member this.ActualText : string
Public ReadOnly Property ActualText As String