6harat 5olo
6harat 5olo
Test annotated with: `@ParameterizedRepeatedIfExceptionsTest` junit-platform.properties: `junit.jupiter.execution.parallel.mode.default=concurrent` ``` java.util.ConcurrentModificationException at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1660) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.ReduceOps$5.evaluateSequential(ReduceOps.java:257) at java.base/java.util.stream.ReduceOps$5.evaluateSequential(ReduceOps.java:248) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.count(ReferencePipeline.java:605) at io.github.artsok.extension.ParameterizedRepeatedExtension.handleTestExecutionException(ParameterizedRepeatedExtension.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestExecutionExceptionHandlers(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestExecutionExceptionHandlers(TestMethodTestDescriptor.java:196)...
For a given file which contains more than one method, there is no way to correlate the precondition methods with the actual test methods. e.g. in the below sample, it...
**Is your feature request related to a problem? Please describe.** We have a use-case where we want to simulate a unary call which returns context in its response headers which...
It seems like the package might be more suitable for linux machines as I am running into issue while doing a development using it on Windows machine. Error: java.lang.NullPointerException at...
process.env.PWD is domain specific and might not return the correct value everywhere and is also assuming that the main/index.js of an application would be present at the same level as...