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 375c856 commit aaaeb02Copy full SHA for aaaeb02
lib/src/spy.dart
@@ -1,3 +1,5 @@
1
+// This file is intentionally separated from 'mock.dart' in order to avoid
2
+// bringing in the mirrors dependency into mockito_no_mirrors.dart.
3
import 'dart:mirrors';
4
5
import 'mock.dart' show CannedResponse, setDefaultResponse;
pubspec.yaml
@@ -1,5 +1,5 @@
name: mockito
-version: 0.11.0
+version: 0.11.1
author: Dmitriy Fibulwinter <[email protected]>
description: A mock framework inspired by Mockito.
homepage: https://github.com/fibulwinter/dart-mockito
0 commit comments