Replies: 1 comment 1 reply
-
@Kamal02D I don't think anyone on the JUnit team is familiar with Room. Therefore, I think you'll have a better chance of getting an answer on StackOverflow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a need in my app.
my android app stores requests.
i have tests to test my room db , i have issue with one test.
the test assert that when very old requests are inserted then a trigger fires to delete them.
the problem is i have tried the code in main activity and seem to be working, but failing on JUnit.
The problem is that inside the tests the test failed and the old requests do not get deleted.
i have tried adding waiting but it's not working.
Beta Was this translation helpful? Give feedback.
All reactions