JUnit Launch Configurations

org.eclipse.jdt.junit.junitLaunchConfigs

3.0

Extension point to register JUnit based launch configurations that need to be updated during refactorings.

<!ELEMENT extension (launchConfigType)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT launchConfigType EMPTY>

<!ATTLIST launchConfigType

configTypeID CDATA #REQUIRED>


The following is an example of a JUnit launch config contribution:

 

<extension point=

"org.eclipse.jdt.junit.junitLaunchConfigs"

>

<launchConfigType configTypeID=

"com.example.JunitLaunchConfig"

/>

</extension>