From 3dbbe36c7d38daba01998523f8f15a4f8ff6d28e Mon Sep 17 00:00:00 2001 From: Gergely Hegedis Date: Sun, 19 Sep 2021 02:30:53 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 621c9fe..ecc93a8 100644 --- a/README.md +++ b/README.md @@ -167,13 +167,5 @@ We will also see how to test a specific Activity (same concept can be applied to We will also see how can we share Robolectric test source with AndroidTests to run our same tests on actual device. -## Future Plans for Myself -This just contains todos for myself when next time I am exercising testing on this project - -- Add Room migration tests -- Update RecyclerView tests with [Espresso.onData](https://developer.android.com/training/testing/espresso/lists) -- Add [NavController](https://developer.android.com/reference/androidx/navigation/NavController) functionality and tests to it -- Update test names with [DisplayName](https://junit.org/junit5/docs/5.0.2/api/org/junit/jupiter/api/DisplayName.html) annotation - ## License -[License file](./LICENSE) \ No newline at end of file +[License file](./LICENSE)