Steps to reproduce:
- In a simple plugin project put the following java file
package test;
import static org.junit.jupiter.api.Assertions.*;
class Test {
@org.junit.jupiter.api.Test
void test() {
fail("Not yet implemented");
}
}
- Set the following as target platform
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Eclipse" sequenceNumber="528">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group"/>
<unit id="org.eclipse.jdt.junit5.runtime"/>
<repository location="https://download.eclipse.org/releases/2025-09/"/>
</location>
</locations>
</target>
-
Launch the test via Run As-> JUnit plugin test
-
You will be presented with
- If you go and validate in the launch configuration there are no problems
but launching again gives the problem again
Steps to reproduce:
Launch the test via Run As-> JUnit plugin test
You will be presented with