I20231102-1800
This change throws an OutOfMemoryError before a test starts (via TestExecutionListener), if the JUnit view requested a test execution stop during JUnit 5 tests. An OOME is the only type of exception that is not swallowed by the JUnit 5 framework, when notifying a TestExecutionListener. Fixes: https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/889