Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3af310a0bfbc54d8bcf9c1b7361df35ad6d4900a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<!--
     Copyright (c) 2005, 2007 IBM Corporation and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v1.0
     which accompanies this distribution, and is available at
     http://www.eclipse.org/legal/epl-v10.html
    
     Contributors:
         IBM Corporation - initial API and implementation
 -->

<toc label="Non automated tests" link_to="data/help/toc/root.xml#content">
   <topic label="Non JUnit">
      <topic href="non_junit/test_plan.htm" label="Test Plan for manual tests">
      </topic>
      <topic href="non_junit/html/pageWithLinks.html" label="Page with links">
      </topic>
   </topic>
</toc>

Back to the top