i`ve one question about corutine testing? is there...
# android
i
i`ve one question about corutine testing? is there a way to test "Room Transactions" ? i used a lot of solutions but noting work . I want a test method "insertAndget()" that calls a transaction(inserAndUpdate) and after that call a query to get this inserted data to assert. What i get at the moment is not completed data strucure with missing data . i use "runTest" and in that fun i call the tranaction and after that i call my query.
z
If you can create a minimal repro project, I’d love to look at this to figure out what the problem might be