Please log in to watch this conference skillscast.
Mockito 2.x solves many problems that most of the Android developers were having in their tests in Mockito 1.x. But what if you are having today large tests written in Mockito 1.x and PowerMock, will it be an easy task to migrate?
Unfortunately, it is not a straightforward task since Mockito 2 is not fully compatible with the old behaviour of Mockito 1.x. Adding to this complexity, If you are having PowerMock in your old tests, then you will have to face another dimension of complexity since most of PowerMock’s versions are having integration issues with Mockito 2.x.
This session goes through the tips and tricks that you need to consider in order to migrate to and utilize Mockito 2.x. It has demos to show migrating Android app Mockito 1.x tests to Mockito 2.x.
YOU MAY ALSO LIKE:
- Effective Unit Tests for JavaScript Applications (SkillsCast recorded in May 2019)
- Android Architecture with Jorge Ortiz-Fuentes (Online Course on 22nd - 24th February 2021)
- iOS Architecture with Jorge Ortiz-Fuentes (Online Course on 1st - 3rd March 2021)
- Minimum Viable Migrations (MVM), A Path to Cloud Modernization (SkillsCast recorded in December 2020)
- Accessibility in Flutter (SkillsCast recorded in August 2020)
Upgrading Android App Unit tests to Mockito 2.x
Hazem Saleh
Hazem Saleh has more than fifteen years of experience in Cloud and Mobile technologies.