public sealed class TestRunDifference : IMessage<TestRunDifference>, IEquatable<TestRunDifference>, IDeepCloneable<TestRunDifference>, IBufferMessage, IMessage
The description of differences between original and replayed agent output.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TestRunDifference` class represents the differences between the original and replayed output of an agent."],["This class is available across multiple versions, ranging from the latest version (2.23.0) back to version 1.0.0, showing its consistent inclusion throughout the package's development."],["`TestRunDifference` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enhances its functionality and compatibility within the .NET environment."],["Key properties of `TestRunDifference` include `Description`, which details the actual versus expected output, and `Type`, which defines the specific kind of difference encountered."],["This class contains two constructors, a default one, and one to copy the values of an existing `TestRunDifference` object."]]],[]]