We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7862734 commit 8627b95Copy full SHA for 8627b95
lib/mockito.dart
@@ -1,6 +1,7 @@
1
library mockito;
2
3
import 'package:matcher/matcher.dart';
4
+import 'package:test/test.dart';
5
import 'dart:mirrors';
6
7
bool _whenInProgress = false;
test/mockitoSpec.dart
@@ -1,4 +1,4 @@
-import 'package:unittest/unittest.dart';
import '../lib/mockito.dart';
class RealClass {
0 commit comments