Leonid Kryukov

Results 1 comments of Leonid Kryukov

I used this workaround, maybe it helps someone. Create Junit5 extension to ignore `ParameterResolutionException`: ```java class IgnoreParameterResolutionException implements TestExecutionExceptionHandler { @Override public void handleTestExecutionException(ExtensionContext extensionContext, Throwable throwable) throws Throwable {...