Bug 569708 - JUnit will not execute as part of test suite if it has been created after it.
Summary: JUnit will not execute as part of test suite if it has been created after it.
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.14   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-14 13:46 EST by Ciaran Mooney CLA
Modified: 2020-12-14 13:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.