Method beginSection in android.os.Trace not mocked. See <http://g.co/androidstudio/not-mocked> for details.java.lang.RuntimeException: Method beginSection in android.os.Trace not mocked. See <http://g.co/androidstudio/not-mocked> for details.
I believe circuit uses moluce under the hood, which in the readme has section that the project should include in the top level build.gradle:
hello! I am using Circuit with KMP for my project and I could not get test running. I read whole https://slackhq.github.io/circuit/testing/ but I was getting error
I believe circuit uses moluce under the hood, which in the readme has section that the project should include in the top level build.gradle:
source: https://github.com/cashapp/molecule?tab=readme-ov-file#testing (I had to use
isReturnDefaultValues
instead ofreturnDefaultValues
) Could you add it to documentation? I think it would be very helpful