Skip to content

Test automation using Architecture Components and MVVM architecture

Notifications You must be signed in to change notification settings

phellipealexandre/ArchitectureComponentsTesting

Repository files navigation

Architecture Components Testing Example

The main focus of this codebase is to show examples of automated tests using Architecture Components with the MVVM architecture. All layers of the architecture are covered by automated tests.

To focus exclusively on Architecture Components, I tried to use as few dependencies as possible. In this case we are not going to see any RxJava, Dagger2 or Koin here.

App Description

The user can do 4 operations in the app:

  • Change the user's phone just on the database
  • Fetch an user stored on the database
  • Fetch an user from a remote server and store in the database
  • Clear all users from the database

I used jsonplaceholder to provide me a fake REST API.

Layers

Libraries used

  • Data Binding
  • ViewModel
  • LiveData
  • Room
  • Lifecycle

Layers

About

Test automation using Architecture Components and MVVM architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages