Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/RoundedCompartmentTest.java')
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/RoundedCompartmentTest.java110
1 files changed, 55 insertions, 55 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/RoundedCompartmentTest.java b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/RoundedCompartmentTest.java
index 0669a877f67..494bf3cf908 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/RoundedCompartmentTest.java
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/RoundedCompartmentTest.java
@@ -1,55 +1,55 @@
-/*****************************************************************************
- * Copyright (c) 2015 CEA LIST 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:
- * CEA LIST - Initial API and implementation
- * Mickael ADAM (ALL4TEC) mickael.adam@all4tec.net - Initial API and Implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.uml.diagram.interactionoverview.tests;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.eclipse.papyrus.uml.diagram.interactionoverview.edit.part.CallBehaviorActionAsInteractionEditPart;
-import org.eclipse.papyrus.uml.diagram.interactionoverview.edit.part.CustomActivityEditPartTN;
-import org.eclipse.papyrus.uml.diagram.interactionoverview.edit.part.CustomInteractionUseEditPartCN;
-import org.eclipse.papyrus.uml.diagram.tests.canonical.AbstractGenericShapeTest;
-
-/**
- * The Class RoundedCompartmentTest use to test if edit part which need it, extends RoundCompartmentEditPart and RoundBorderNameElementEditPart.
- */
-public class RoundedCompartmentTest extends AbstractGenericShapeTest {
-
- /**
- * Gets the rounded compartment edit parts.
- *
- * @return the rounded compartment edit parts
- * @see org.eclipse.papyrus.uml.diagram.tests.canonical.AbstractGenericShapeTest#getRoundedCompartmentEditParts()
- */
- public List<Class<?>> getRoundedCompartmentEditParts() {
- List<Class<?>> classes = new ArrayList<Class<?>>();
-
- classes.add(CustomActivityEditPartTN.class);
- classes.add(CallBehaviorActionAsInteractionEditPart.class);
- classes.add(CustomInteractionUseEditPartCN.class);
-
- return classes;
- }
-
- /**
- * Gets the rounded border named element edit parts.
- *
- * @return the rounded border named element edit parts
- * @see org.eclipse.papyrus.uml.diagram.tests.canonical.AbstractGenericShapeTest#getRoundedBorderNamedElementEditParts()
- */
- public List<Class<?>> getRoundedBorderNamedElementEditParts() {
- List<Class<?>> classes = new ArrayList<Class<?>>();
- return classes;
- }
-}
+/*****************************************************************************
+ * Copyright (c) 2015 CEA LIST 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:
+ * CEA LIST - Initial API and implementation
+ * Mickael ADAM (ALL4TEC) mickael.adam@all4tec.net - Initial API and Implementation
+ *
+ *****************************************************************************/
+package org.eclipse.papyrus.uml.diagram.interactionoverview.tests;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import org.eclipse.papyrus.uml.diagram.interactionoverview.edit.part.CallBehaviorActionAsInteractionEditPart;
+import org.eclipse.papyrus.uml.diagram.interactionoverview.edit.part.CustomActivityEditPartTN;
+import org.eclipse.papyrus.uml.diagram.interactionoverview.edit.part.CustomInteractionUseEditPartCN;
+import org.eclipse.papyrus.uml.diagram.tests.canonical.AbstractGenericShapeTest;
+
+/**
+ * The Class RoundedCompartmentTest use to test if edit part which need it, extends RoundCompartmentEditPart and RoundBorderNameElementEditPart.
+ */
+public class RoundedCompartmentTest extends AbstractGenericShapeTest {
+
+ /**
+ * Gets the rounded compartment edit parts.
+ *
+ * @return the rounded compartment edit parts
+ * @see org.eclipse.papyrus.uml.diagram.tests.canonical.AbstractGenericShapeTest#getRoundedCompartmentEditParts()
+ */
+ public List<Class<?>> getRoundedCompartmentEditParts() {
+ List<Class<?>> classes = new ArrayList<Class<?>>();
+
+ classes.add(CustomActivityEditPartTN.class);
+ classes.add(CallBehaviorActionAsInteractionEditPart.class);
+ classes.add(CustomInteractionUseEditPartCN.class);
+
+ return classes;
+ }
+
+ /**
+ * Gets the rounded border named element edit parts.
+ *
+ * @return the rounded border named element edit parts
+ * @see org.eclipse.papyrus.uml.diagram.tests.canonical.AbstractGenericShapeTest#getRoundedBorderNamedElementEditParts()
+ */
+ public List<Class<?>> getRoundedBorderNamedElementEditParts() {
+ List<Class<?>> classes = new ArrayList<Class<?>>();
+ return classes;
+ }
+}

Back to the top