Skip to content

Commit

Permalink
Updated readme contents
Browse files Browse the repository at this point in the history
Updated readme contents
  • Loading branch information
sreeharikv112 committed Dec 23, 2019
1 parent 7e40f1f commit 20df3a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Clean Code Architecture + MVVM + Testing
# Clean Code Architecture + MVVM + UI / UT Testing

Source code of [Medium Article](https://medium.com/@sreeharikv112/android-unit-testing-clean-code-architecture-with-mvvm-73eb2992cab7) which describes Android Unit Testing Clean Code Architecture with MVVM.
Source code of [Medium Article](https://medium.com/@sreeharikv112/android-unit-testing-clean-code-architecture-with-mvvm-73eb2992cab7) which describes Android Unit and Instrumentation Testing in Clean Code Architecture with MVVM.


## Architecture followed
Expand All @@ -17,6 +17,8 @@ Source code of [Medium Article](https://medium.com/@sreeharikv112/android-unit-t
- Creating unit test case with dependencies
- Override the default dependencies
- Mock required dependency and create required test cases
- Execute both Unit and Instrumentation test cases

<br>

For detailed explanation of points mentioned above, checkout [Article published in Medium](https://medium.com/@sreeharikv112/android-unit-testing-clean-code-architecture-with-mvvm-73eb2992cab7)
Expand Down

0 comments on commit 20df3a6

Please sign in to comment.