You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test my login and I have some problems. The repo that I use to login has a function with username and password params. In my test I mock the Login Repository but it doen't work. I don't know what is the problem. Can you help me please?
Hi, I think it doesn't work because you are using dexopener but you haven't declared the test runner in your build.gradle file. You can find more info here: https://github.com/tmurakami/dexopener
Hello,
I'm trying to test my login and I have some problems. The repo that I use to login has a function with username and password params. In my test I mock the Login Repository but it doen't work. I don't know what is the problem. Can you help me please?
I create a example repo: https://github.com/jstr14/Testing the example is on scafolding branch
My test is on LoginTest class
Thank you very much
The text was updated successfully, but these errors were encountered: