blob: 0ce904e40c7769c805250a5f2a559312300542e6 [file] [log] [blame]
// Copyright (c) 2019, 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.
import 'package:http/http.dart';
import 'package:mockito/mockito.dart';
import 'test_data.dart';
class HttpClientMock extends Mock implements BaseClient {}