_fixture.dart 160 B

1234567
  1. import 'dart:io';
  2. abstract class TestFixtures {
  3. static String htop_80x25_3s() {
  4. return File('test/_fixture/htop_80x25_3s.txt').readAsStringSync();
  5. }
  6. }