blob: 18b6537cf2188f630517a8e37ff170650817ffd2 [file] [log] [blame]
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// `unittest.mock` has been moved to the `mock` package.
///
/// Add `mock` to your `pubspec.yaml` file and import it via
/// `import 'package:mock/mock.dart';`
@deprecated
library unittest.mock;
export 'package:mock/mock.dart';