super confuse for years

2022-09-26 Thread Peter Cheung
Dear All I have been super confused by these for many years, what is the difference? when I use should which? 1. Lookup.getDefault().lookupAll 2. DataObject.find(FileUtil.toFileObject(realFile)).getLookup().lookupAll 3. Utilities.actionsGlobalContext().lookupAll 4.

Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-26 Thread Luff, Chris
It’s not maven, you don’t have the junit-jupiter-engine of the classpath. Modify your pom to include; org.junit.jupiter junit-jupiter test org.junit.jupiter junit-jupiter-api test