blob: 46d5661431a6aa2ef5efebb06e1dc8f914a68899 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.jdt.junit">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.jdt.junit" id="testRunListeners" name="Test Run Listeners"/>
</appInfo>
<documentation>
Extension point to register additional test run listeners. A test run listeners is notified about the execution of a test run.
</documentation>
</annotation>
<element name="extension">
<annotation>
<documentation>
a fully qualified identifier of the target extension point
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="testRunListener"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
a fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="testRunListener">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
Test run class implementing org.eclipse.jdt.junit.ITestRunListener
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.jdt.junit.ITestRunListener"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
2.1
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
The following is an example of a test run listener contribution:
&lt;p&gt;
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.jdt.junit.testRunListeners&quot;&gt;
&lt;testRunListener class=&quot;com.example.SampleTestRunListener&quot;/&gt;
&lt;/extension&gt;
&lt;/pre&gt;
&lt;/p&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
Test run listeners must must implement the org.eclipse.jdt.junit.ITestRunListener interface.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
&lt;p&gt;
&lt;a href=&quot;hglegal.htm&quot;&gt;
&lt;img SRC=&quot;ngibmcpy.gif&quot;
ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
</schema>