steps property

  1. @TagNumber(2)
List<Step> steps

A trace of a test contains multiple steps from the initial state to the final state (delivered, dropped, forwarded, or aborted).

The steps are ordered by the processing sequence within the simulated network state machine. It is critical to preserve the order of the steps and avoid reordering or sorting them.

Implementation

@$pb.TagNumber(2)
$core.List<Step> get steps => $_getList(1);