JUnit 启动配置

org.eclipse.jdt.junit.junitLaunchConfigs

3.0

要注册基于 JUnit 的启动配置的扩展点,在重构期间这些配置需要更新。

<!ELEMENT extension (launchConfigType)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT launchConfigType EMPTY>

<!ATTLIST launchConfigType

configTypeID CDATA #REQUIRED>


以下是 JUnit 启动配置添加项的示例:

 

<extension point=

"org.eclipse.jdt.junit.junitLaunchConfigs"

>

<launchConfigType configTypeID=

"com.example.JunitLaunchConfig"

/>

</extension>