Commit b303e3db authored by Adam Barth's avatar Adam Barth

Move ServiceMocker into flutter_test

People writing their own tests will want to mock services as well.
parent bc5786f7
......@@ -8,8 +8,6 @@ import 'package:flutter/rendering.dart';
import 'package:sky_services/editing/editing.mojom.dart' as mojom;
import 'package:test/test.dart';
import '../services/mock_services.dart';
class MockKeyboard implements mojom.Keyboard {
mojom.KeyboardClient client;
......
......@@ -5,5 +5,6 @@
/// Testing library for flutter, built on top of package:test.
library flutter_test;
export 'src/service_mocker.dart';
export 'src/test_pointer.dart';
export 'src/widget_tester.dart';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment