| Index: runtime/observatory/lib/mocks.dart
|
| diff --git a/runtime/observatory/lib/mocks.dart b/runtime/observatory/lib/mocks.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a87d9b734844645bc65694621958b921ed094d05
|
| --- /dev/null
|
| +++ b/runtime/observatory/lib/mocks.dart
|
| @@ -0,0 +1,15 @@
|
| +// Copyright (c) 2016, 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.
|
| +
|
| +library mocks;
|
| +
|
| +import 'dart:async';
|
| +import 'package:observatory/models.dart' as M;
|
| +
|
| +part 'src/mocks/objects/error.dart';
|
| +part 'src/mocks/objects/isolate.dart';
|
| +part 'src/mocks/objects/script.dart';
|
| +part 'src/mocks/objects/source_location.dart';
|
| +
|
| +part 'src/mocks/repositories/script.dart';
|
|
|