blob: 2db8a4c653e72265107fcbf515d808b54ccebdad [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. 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:mdtest/src/algorithms/coverage.dart';
import 'package:mockito/mockito.dart';
class MockCoverageMatrix extends Mock implements CoverageMatrix {
}