Hello i have a question about testing common module do you use any available lib to do it once or you write tests for each platform? i tried mockk but couldn't succeed to make it work
g
gumil
04/17/2019, 12:04 PM
I had to implement a verifier class that mimics verification in mocking libraries like mocck in unit testing classes in the common module.