mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
de-dupe API docs in flutter_driver (#3240)
This commit is contained in:
parent
7ad1e38eac
commit
3e661965c2
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user