Martin Mühlemann
Martin Mühlemann
I'm developing an annotation processor which should create a new source file for each annotated class and facing the same issue when trying to use jOOR in tests: ``` Incompatible...
In my case, I set the look and feel programmatically in my project and had the same issue. I didn't figure out whats actually the problem, but the following workaround...
This might be the same reason as here #1921 , at least the message `Error snake-parsing yaml content` is the same. I guess parsing failed also with snake-yml but it...
Instead of throwing the error directly in case of single reporters, one could also unwrap the SnapshotMatchException in a test. For JUnit5 one can implement the `InvocationInterceptor`, where one can...
Any thoughts about this? The mentioned interceptor works, one has to override also another method to intercept also parameterized tests. I implemented this in a separate Extension, so I need...