public sealed class Transition : IMessage<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IEquatable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IDeepCloneable<TransitionRouteGroupCoverage.Types.Coverage.Types.Transition>, IBufferMessage, IMessage
A transition coverage in a transition route group.
[[["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 content provides a comprehensive list of versions for `TransitionRouteGroupCoverage.Types.Coverage.Types.Transition`, ranging from the latest 2.23.0 down to 1.0.0."],["`Transition` is a class that represents a transition coverage within a transition route group, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Transition` class offers two constructors: a default constructor and one that accepts another `Transition` instance as a parameter for initialization."],["The `Transition` class has two properties, `Covered` which is a boolean indicating if a transition is covered by a test case, and `TransitionRoute`, which specifies the intent or condition route."]]],[]]