Writes text to the terminal without a trailing newline.
@override void write(String text) { buffer.write(text); operations.add('write: $text'); }