org.ops4j.pax.exam2
org.ops4j.pax.exam2 copied to clipboard
Pax Exam is an in-container testing framework for OSGi
The current implementation doesn't manage the case where the suite is empty: ``` Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) Caused by:...
The PaxExam listener makes use of reflection to disable configuration methods. This is NOT needed because the TestNG API has Provided setters via which these can be set. The reason...
Hi! since I'm trying to chase an issue with Pax-exam 4.13.5 while building Apache directory LDAP API, which fails with the exact same error (the title), I cloned the master...
This section here should also catch UncheckedIOException ``` if (shouldDeleteRuntime()) { system.clear(); try { FileUtils.forceDelete(targetFolder); } catch (IOException e) { forceCleanup(); } } ``` as can be seen by this...
- add missing dependencies and plugins to parent - remove dependency and plugin versions from modules
- update version - use `mockito-core` instead of `mockito-all` - adjust tests for new version
- Upgrade Karaf to 4.4 - Adjust, improve and fix regression tests