I’d gladly review a PR that adds support for it, otherwise I don’t have a timeline
j
Jan Skrasek
10/15/2024, 11:01 AM
AFAIK: this is very problematic/complex as mockk is based on JVM's bytecode rewriting utilizing Bytebuddy. There is no bytecode in native, so I am not even sure this is possible.
The best approach here is to use fakes more than mocks.