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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]