Writing Unit Tests efficiently in Android with Spek
Ever thought organizing test cases in Android are cumbersome? For instance, you have a function and there are 3…www.rivu.dev Ever thought organizing test cases in Android are cumbersome? For instance, you have a function and there are 3 scenarios you want to test, for example, for 3 different inputs, it’s supposed to return 3 different outputs, and you want to test this behavior, now what we mostly do in…