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/LayerApplicationFactoryTest.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/LayerApplicationFactoryTest.java10
1 files changed, 9 insertions, 1 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/LayerApplicationFactoryTest.java b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/LayerApplicationFactoryTest.java
index 56cd6f36961..4501da5efb0 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/LayerApplicationFactoryTest.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel.tests/src/org/eclipse/papyrus/layers/stackmodel/layers/tests/LayerApplicationFactoryTest.java
@@ -13,6 +13,7 @@ import org.eclipse.papyrus.layers.stackmodel.layers.LayersFactory;
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Layer Application Factory</b></em>'.
* <!-- end-user-doc -->
+ *
* @generated
*/
public class LayerApplicationFactoryTest extends TestCase {
@@ -21,6 +22,7 @@ public class LayerApplicationFactoryTest extends TestCase {
* The fixture for this Layer Application Factory test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
protected LayerApplicationFactory fixture = null;
@@ -28,6 +30,7 @@ public class LayerApplicationFactoryTest extends TestCase {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
public static void main(String[] args) {
@@ -38,6 +41,7 @@ public class LayerApplicationFactoryTest extends TestCase {
* Constructs a new Layer Application Factory test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
public LayerApplicationFactoryTest(String name) {
@@ -48,6 +52,7 @@ public class LayerApplicationFactoryTest extends TestCase {
* Sets the fixture for this Layer Application Factory test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
protected void setFixture(LayerApplicationFactory fixture) {
@@ -58,6 +63,7 @@ public class LayerApplicationFactoryTest extends TestCase {
* Returns the fixture for this Layer Application Factory test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @generated
*/
protected LayerApplicationFactory getFixture() {
@@ -67,6 +73,7 @@ public class LayerApplicationFactoryTest extends TestCase {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @see junit.framework.TestCase#setUp()
* @generated
*/
@@ -78,6 +85,7 @@ public class LayerApplicationFactoryTest extends TestCase {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @see junit.framework.TestCase#tearDown()
* @generated
*/
@@ -86,4 +94,4 @@ public class LayerApplicationFactoryTest extends TestCase {
setFixture(null);
}
-} //LayerApplicationFactoryTest
+} // LayerApplicationFactoryTest

Back to the top