Video Infos
Author
Published
Topics
Test doubles are powerful tool in developer trying to write unit tests. Mocks allow us to keep system under test isolated so we can check given scenarios and perform assertions on singular piece of logic with ease.
LATEST ANDROID JOBS
update your work life
MORE DEV CONTENT
check out more videos and blogs
De-mock your tests
You don’t need mocks. At least you don’t need them for the most of the time. Using frameworks such as Mockito or MockK every single time is like taking a…
WATCH VIDEOCompose Beyond Material Design
In the implementation of Jetpack compose at our organization, one of the issues that popped up was how to implement a Design system that is not adapted from material design…
WATCH VIDEO