Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java')
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java109
1 files changed, 55 insertions, 54 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java
index efab8bf4b81..a1ed759df01 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/canonical/AllCanonicalTests.java
@@ -1,54 +1,55 @@
-/*****************************************************************************
- * Copyright (c) 2010 CEA LIST.
- *
- * 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:
- * Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - Initial API and implementation
- *****************************************************************************/
-package org.eclipse.papyrus.uml.diagram.clazz.test.canonical;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-import org.junit.runners.Suite.SuiteClasses;
-
-/**
- * All test in canonical package
- */
-@RunWith(Suite.class)
-@SuiteClasses({
-// top nodes
-TestClassDiagramTopNode.class,
-// child nodes
-TestClassDiagramChildNode.class,
-//labelNodes
-TestClassDiagramChildLabel.class,
-//test links
-TestClassDiagramLink.class,
-//test links owned by source
-TestClassDiagramLinkOwnedBySource.class,
-// multilinks
-TestMultiLink.class,
-//containmentLink
-TestClassDiagramContainment.class,
-//contextLink
-TestClassDiagramContextLink.class,
-//test the order for the drop
-TestDropfunction.class,
-//test is a static operation is underlined
-TestStaticFeatureRepresentation.class,
-//test nested classifier
-TestClassDiagramNestedClassifier.class,
-//List Compartment child duplicates
-TestListCompartmentNodesChildDuplicates.class,
-//List Compartment illegal elements
-TestListCompartmentIllegalElements.class,
-TestListCompartmentPropertiesOperationsDrop.class,
-TestClassDiagramAssociationClass.class,
-TestListCompartmentNestedChild.class
-})
-public class AllCanonicalTests {
-}
+/*****************************************************************************
+ * Copyright (c) 2010 CEA LIST.
+ *
+ * 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:
+ * Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - Initial API and implementation
+ *****************************************************************************/
+package org.eclipse.papyrus.uml.diagram.clazz.test.canonical;
+
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
+
+/**
+ * All test in canonical package
+ */
+@RunWith(Suite.class)
+@SuiteClasses({
+// top nodes
+TestClassDiagramTopNode.class,
+// child nodes
+TestClassDiagramChildNode.class,
+//labelNodes
+TestClassDiagramChildLabel.class,
+//test links
+TestClassDiagramLink.class,
+//test links owned by source
+TestClassDiagramLinkOwnedBySource.class,
+// multilinks
+TestMultiLink.class,
+//containmentLink
+TestClassDiagramContainment.class,
+//contextLink
+TestClassDiagramContextLink.class,
+//test the order for the drop
+TestDropfunction.class,
+//test is a static operation is underlined
+TestStaticFeatureRepresentation.class,
+//test nested classifier
+TestClassDiagramNestedClassifier.class,
+//List Compartment child duplicates
+TestListCompartmentNodesChildDuplicates.class,
+//List Compartment illegal elements
+TestListCompartmentIllegalElements.class,
+TestListCompartmentPropertiesOperationsDrop.class,
+TestEditableClassDiagramTopNode.class,
+TestClassDiagramAssociationClass.class,
+TestListCompartmentNestedChild.class
+})
+public class AllCanonicalTests {
+}

Back to the top