SpyTerminal constructor

SpyTerminal()

Implementation

SpyTerminal() {
  _input = SpyTerminalInput(_calls);
  _output = SpyTerminalOutput(_calls);
}