I am running my 2 test suites using Ant build, both contain arround 30 test cases.
In the error it not giving any information which test case making this issue. I run with detaled log (-v option) and saved in all log into seperate log file even not able to identify which test case i have to check.
Is there any easy and better way to identify and resolve this issue.
Exact error is:
initializationError Error No runnable methods
java.lang.Exception: No runnable methods at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)