callLog property

List<String> callLog
final

All calls in interleaved order. Each entry is one of:

  • 'applyConnectionOverride'
  • 'execute' Use to assert call ordering.

Implementation

final List<String> callLog = [];