blob: 9f88c0340b82d5661212f8f61989f7a62c31f8f7 [file]
// Copyright (c) 2021, 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.
/// The core APIs for defining the structure of a test suite.
///
/// This library avoids exports of the `package:matcher` APIs from
/// `package:test/expect.dart` and can be used with alternative expectation
/// frameworks like `package:checks`.
library;
export 'package:test_core/src/scaffolding.dart';