de-dupe API docs in flutter_driver (#3240)

This commit is contained in:
Seth Ladd 2016-04-11 09:11:32 -07:00
parent 7ad1e38eac
commit 3e661965c2

View File

@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// This library provides API to test Flutter applications that run on real
/// Provides API to test Flutter applications that run on real
/// devices and emulators.
///
/// The application run in a separate process from the test itself. If you are
/// familiar with Selenium (web), Espresso (Android) or UI Automation (iOS),
/// this is Flutter's version of that.
/// The application runs in a separate process from the test itself.
///
/// This is Flutter's version of Selenium WebDriver (generic web),
/// Protractor (Angular), Espresso (Android) or Earl Gray (iOS).