You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:361)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at org.ops4j.pax.exam.testng.listener.PaxExam.stageReactor(PaxExam.java:224)
at org.ops4j.pax.exam.testng.listener.PaxExam.onStart(PaxExam.java:186)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:242)
at org.testng.SuiteRunner.run(SuiteRunner.java:310)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)