Skip to content

Commit 7371d22

Browse files
Update ReadMe
1 parent fecc5c8 commit 7371d22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ReadMe.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ A repository for examples for my talks at the [AndroidListener](http://twitter.c
44

55
Examples are backwards-compatible to API 10 (aka 2.3.3 Gingerbread) except as noted.
66

7+
###CommonLetterFinder, JUnit4TestExample and ParameterTestExample
8+
From my May 2015 talk about JUnit4 testing.
9+
710
###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`.
912

1013
###NotificationFragment
1114
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

Comments
 (0)