orderIdsForTest static method

Exposed for unit tests only.

Implementation

@visibleForTesting
static List<String> orderIdsForTest(
  Map<String, EnsembleTestDefinition> byId,
) {
  return _topologicalSort(byId).map((d) => d.testCase.id).toList();
}