When using the JUnit vintage engine in combination with Maven Surefire plugin it may happen that the test classpath is sometime incomplete. In our particular case some XML Unit classes were missing on ...
I have written a TestNG Test in a Spring Boot application and have configured the embedded Neo4J driver. In the Instantiation Phase DebugUtil::trackTest() will be called. When iterating over the stack ...