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 起動構成の contribution の例を以下に示します。

 

<extension point=

"org.eclipse.jdt.junit.junitLaunchConfigs"

>

<launchConfigType configTypeID=

"com.example.JunitLaunchConfig"

/>

</extension>