linkedPipelines property
Every pair linked so far, by name and in order, so a test can tell whether a frame linked anything — a renderer that relinked drops every pipeline it held and links each one again, and one it forgot to drop shows up here as a link that did not happen.
Implementation
final List<String> linkedPipelines = <String>[];