Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Side by Side Diff: third_party/espresso/README.chromium

Issue 2793193002: Update Espresso to be compatible with guava-20 (Closed)
Patch Set: Addressed comments to list local changes and remove old sha1 files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Espresso Test Framework 1 Name: Espresso Test Framework
2 Short Name: espresso 2 Short Name: espresso
3 URL: https://google.github.io/android-testing-support-library/docs/espresso/ 3 URL: https://google.github.io/android-testing-support-library/docs/espresso/
4 Version: 2.2 4 Version: 2.2
5 License: Apache 2.0 5 License: Apache 2.0
6 License File: NOT_SHIPPED 6 License File: NOT_SHIPPED
7 Security Critical: no 7 Security Critical: no
8 License Android Compatible: yes 8 License Android Compatible: yes
9 9
10 Description: 10 Description:
11 Use Espresso to write concise, beautiful, and reliable Android UI tests 11 Use Espresso to write concise, beautiful, and reliable Android UI tests
12 IMPORTANT: There should only be one version of espresso library 12 IMPORTANT: There should only be one version of espresso library
13 (crbug.com/622057) 13 (crbug.com/622057)
14 14
15 Local Modifications: None 15 Local Modifications:
16 - Version 2.2.1:
17 - Change Futures.transform(preparedScript, RAW_EVALUATOR) calls to use Futures .transformAsync
18 in android/support/test/espresso/web/action/JavascriptEvaluation.java
mikecase (-- gone --) 2017/04/11 16:54:32 Although its pretty clear why you do this from the
19 - Change all Guava dependencies in Espresso build.gradle files from 18.0 to 20 .0
OLDNEW
« no previous file with comments | « third_party/espresso/BUILD.gn ('k') | third_party/espresso/lib/espresso-contrib-2.2-release-no-dep.jar.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698