MVP comprehensive unit testing

Опубликовано: 12 Июнь 2026
на канале: AndroidABCD
1,731
55

Hello World,

In this episode, we will continue working on the android project that we explored about MVP pattern. Instead of having fancy libraries we are going to use Mockito a famous Unit testing and mocking framework in this episode.

In future episodes related to MVP we will use all the DI libraries and Test utility libraries and so on.

MVP Episode :    • Comprehensive Introduction to MVP  

Gradle dependency : testCompile 'org.mockito:mockito-all:1.10.19'


Happy coding.

Github url: https://github.com/ashokslsk/Comprehe...