You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@ A repository for examples for my talks at the [AndroidListener](http://twitter.c
4
4
5
5
Examples are backwards-compatible to API 10 (aka 2.3.3 Gingerbread) except as noted.
6
6
7
+
###CommonLetterFinder, JUnit4TestExample and ParameterTestExample
8
+
From my May 2015 talk about JUnit4 testing.
9
+
7
10
###EspressoUITestExample
8
-
From my April 2015 talk on UI testing with Espresso 2.0. Also uses [Jake Wharton's ActivityRule](https://gist.github.com/JakeWharton/1c2f2cadab2ddd97f9fb) for JUnit4 testing and has some custom ViewActions in the test package.
11
+
From my April 2015 talk on UI testing with Espresso 2.0. Also ~~uses [Jake Wharton's ActivityRule](https://gist.github.com/JakeWharton/1c2f2cadab2ddd97f9fb) for JUnit4 testing and~~ has some custom ViewActions in the test package. Has been updated to use Espresso 2.1's `ActivityTestRule`.
9
12
10
13
###NotificationFragment
11
14
From my May 2014 talk on Notifications, examples of several of the types of notifications introduced in Jellybean (backwards compatible using `NotificationCompat` and its assorted friends).
0 commit comments