Shivani Sharma

Results 22 comments of Shivani Sharma

When I've seen these types of errors, unfortunately I just delete the file temporarily and rerun. But, yes, it would be great if the framework could keep running for files...

Was able to replicate it: ``` ` @Test void whenMethodInsideBlock() { rewriteRun( java( """ import mockit.Expectations; import mockit.Mocked; import mockit.integration.junit5.JMockitExtension; import org.junit.jupiter.api.extension.ExtendWith; @ExtendWith(JMockitExtension.class) class MyTest { @Mocked Object myObject; void...