CleanCodeMVVMTesting Save

Android Unit Testing Clean Code Architecture + MVVM

Project README

Clean Code Architecture + MVVM + UI / UT Testing

Source code of Medium Articles which describes Android Unit and Instrumentation Testing in Clean Code Architecture with MVVM.

Architecture followed

ArchDiagram1


Main Libraries Used

The article explains

  • Ways to include dependencies using Koin
  • Making usefull data flow using above architecture
  • 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

For detailed explanation of points mentioned above, checkout Article published in Medium


Landing Screen with data from SWAPI API

screen1


Uses Swapi API for explaining required data flow

Uses https://swapi.co/ API as network end points.

The complete API documentation detail can be found over https://swapi.co/documentation

Open Source Agenda is not affiliated with "CleanCodeMVVMTesting" Project. README Source: sreeharikv112/CleanCodeMVVMTesting

Open Source Agenda Badge

Open Source Agenda Rating