pendingSeqItems property
latefinal
A Queue of items that have been received from the sequencer and are waiting to be driven. After an item has been driven, it should be removed.
This can only be access during the run Phase.
The PendingDriver will raise an Objection until the queue is empty.
If the test ends and this is not empty, a SEVERE
will be raised.
Implementation
late final Queue<SequenceItemType> pendingSeqItems;