Bug 569708

Summary: JUnit will not execute as part of test suite if it has been created after it.
Product: [Eclipse Project] Platform Reporter: Ciaran Mooney <dancingbush>
Component: IDEAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.14   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Ciaran Mooney CLA 2020-12-14 13:46:49 EST
The JUnit 5 test suite will not run a JUuit 5  test that has been created after the test suite. When the JUnit is run independently it executes as expected. The package has been referenced correctly, and also I have tried referencing the classes in the @SelectClasses annotation. The cleaned and built also.