flutter_test.dart 571 Bytes
Newer Older
Adam Barth's avatar
Adam Barth committed
1 2 3 4
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

5
/// Testing library for flutter, built on top of `package:test`.
Adam Barth's avatar
Adam Barth committed
6 7
library flutter_test;

8 9
export 'dart:async' show Future;

10
export 'src/all_elements.dart';
11
export 'src/binding.dart';
12 13 14
export 'src/controller.dart';
export 'src/finders.dart';
export 'src/matchers.dart';
15 16
export 'src/test_async_utils.dart';
export 'src/stack_manipulation.dart';
Adam Barth's avatar
Adam Barth committed
17 18
export 'src/test_pointer.dart';
export 'src/widget_tester.dart';