Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/StringToPropertyIndexMapTest.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/StringToPropertyIndexMapTest.java17
1 files changed, 8 insertions, 9 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/StringToPropertyIndexMapTest.java b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/StringToPropertyIndexMapTest.java
index 165564cfbe9..9a4aee1f774 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/StringToPropertyIndexMapTest.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/StringToPropertyIndexMapTest.java
@@ -5,7 +5,6 @@ package org.eclipse.papyrus.layers.stackmodel.layers.tests;
import java.util.Map;
import junit.framework.TestCase;
-
import junit.textui.TestRunner;
import org.eclipse.papyrus.layers.stackmodel.layers.LayersFactory;
@@ -16,7 +15,7 @@ import org.eclipse.papyrus.layers.stackmodel.layers.PropertyIndex;
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>String To Property Index Map</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class StringToPropertyIndexMapTest extends TestCase {
@@ -25,7 +24,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
* The fixture for this String To Property Index Map test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected Map.Entry<String, PropertyIndex> fixture = null;
@@ -33,7 +32,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static void main(String[] args) {
@@ -44,7 +43,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
* Constructs a new String To Property Index Map test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public StringToPropertyIndexMapTest(String name) {
@@ -55,7 +54,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
* Sets the fixture for this String To Property Index Map test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected void setFixture(Map.Entry<String, PropertyIndex> fixture) {
@@ -66,7 +65,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
* Returns the fixture for this String To Property Index Map test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected Map.Entry<String, PropertyIndex> getFixture() {
@@ -76,7 +75,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see junit.framework.TestCase#setUp()
* @generated
*/
@@ -89,7 +88,7 @@ public class StringToPropertyIndexMapTest extends TestCase {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see junit.framework.TestCase#tearDown()
* @generated
*/

Back to the top