Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/ElementImportResolutionTest.alf')
-rw-r--r--tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/ElementImportResolutionTest.alf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/ElementImportResolutionTest.alf b/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/ElementImportResolutionTest.alf
new file mode 100644
index 00000000000..b3fe1be0997
--- /dev/null
+++ b/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/ElementImportResolutionTest.alf
@@ -0,0 +1,11 @@
+private import PrimitiveTypes::Boolean;
+private import PrimitiveTypes::Integer;
+private import PrimitiveTypes::String;
+class ElementImportResolution {
+
+ @Create
+ public ElementImportResolution();
+ @Destroy
+ public destroy();
+
+} \ No newline at end of file

Back to the top