Skip to content

Commit 8627b95

Browse files
author
Stephen Turley
committed
removed deprecated UnitTest framework and added missing Test import in mockito.dart
1 parent 7862734 commit 8627b95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/mockito.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
library mockito;
22

33
import 'package:matcher/matcher.dart';
4+
import 'package:test/test.dart';
45
import 'dart:mirrors';
56

67
bool _whenInProgress = false;

test/mockitoSpec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:unittest/unittest.dart';
1+
import 'package:test/test.dart';
22
import '../lib/mockito.dart';
33

44
class RealClass {

0 commit comments

Comments
 (0)