<!ELEMENT extension (testRunListener)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
pełny identyfikator docelowego punktu rozszerzenia
<!ELEMENT testRunListener EMPTY>
<!ATTLIST testRunListener
class CDATA #REQUIRED>
<extension point=
"org.eclipse.jdt.junit.testRunListeners"
>
<testRunListener class=
"com.example.SampleTestRunListener"
/>
</extension>
Copyright (c) 2004 IBM Corporation i inne podmioty. Wszelkie prawa zastrzeżone. Program ten oraz towarzyszące mu materiały są udostępniane na warunkach licencji EPL (Eclipse Public License), wersja 1.0, dołączonej do nich i dostępnej pod adresem http://www.eclipse.org/legal/epl-v10.html.