Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8f170b12d69de0d7b36bcbd6754ea4a85d7398df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title>running_tests</title>
	</head>
	<body>
		<p>To run the EMF Facet tests, you must:</p>
		<ul>
			<li>install EMF Facet, or checkout all EMF Facet plug-ins in your workspace (from 
				<a href="https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/plugins/">https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/plugins/</a>)
			</li>
			<li>check-out everything from 
				<a href="https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/tests/">https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/tests/</a>
			</li>
			<li>run org.eclipse.emf.facet.tests.AllTests as a 
				<b>JUnit Plug-in Test</b>
			</li>
			<li>run org.eclipse.emf.facet.tests.AllUITests as a 
				<b>JUnit Plug-in Test</b>, with 
				<b>Run in UI thread</b> unchecked in the launch configuration
			</li>
		</ul>
		<p><font size="-2">
			Copyright &#169; 2012 Mia-Software.
			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

			<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
</font>
		</p>
	</body>
</html>

Back to the top