calls property

List<String> calls
final

Method names in call order, for the few assertions that are genuinely about sequencing. Prefer sessions for anything else.

Implementation

final List<String> calls = [];