Last active
March 20, 2019 14:42
-
-
Save albertusdev/1f24dbb0c257ece11f2b2a279f69ea2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:flutter_test/flutter_test.dart'; | |
| import 'package:mockito/mockito.dart'; | |
| import 'package:something/org/target_class.dart' | |
| class MockClass extends Mock implements TargetClass {} | |
| TargetClass mockTargetClass = MockClass(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment