Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fff8fb78e626cc8fcd072fad48d74dab03e10194 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To run the EMF Facet tests, you must:
* install EMF Facet, or checkout all EMF Facet plug-ins in your workspace (from https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/plugins/)
* check-out everything from https://dev.eclipse.org/svnroot/modeling/org.eclipse.emft.facet/trunk/tests/
* run org.eclipse.papyrus.emf.facet.tests.AllTests as a '''JUnit Plug-in Test'''
* run org.eclipse.papyrus.emf.facet.tests.AllUITests as a '''JUnit Plug-in Test''', with '''Run in UI thread''' unchecked in the launch configuration

<font size="-2">
Copyright (c) 2012 Mia-Software.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/

SPDX-License-Identifier: EPL-2.0.
</font>

Back to the top