RajuSE / AndroidMVPDemo

A sample of how we could use the MVP pattern to make tests faster (using Mockito). This project also compares the difference between a regular instrumentation tests on a MVC/MVVM Activity versus a MVP test. Instrumentation testing API Success/Failure with Mockito

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidMVPDemo

A sample of how we could use the MVP pattern to make tests faster (using Mockito). This project also compares the difference between a regular instrumentation tests on a MVC/MVVM Activity versus a MVP test.

Kotlin

The kotlin version of this project is simply available on the master branch

Java

Please checkout the Java version @ https://github.com/omadahealth/AndroidMVPDemo/tree/java (or checkout the "java" branch)

About

A sample of how we could use the MVP pattern to make tests faster (using Mockito). This project also compares the difference between a regular instrumentation tests on a MVC/MVVM Activity versus a MVP test. Instrumentation testing API Success/Failure with Mockito

License:MIT License


Languages

Language:Kotlin 87.5%Language:Java 12.5%