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/AcceptStatementTest.alf')
-rw-r--r--tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/AcceptStatementTest.alf14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/AcceptStatementTest.alf b/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/AcceptStatementTest.alf
new file mode 100644
index 00000000000..8955a7a0745
--- /dev/null
+++ b/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/Alf/AcceptStatementTest.alf
@@ -0,0 +1,14 @@
+active class AcceptStatementTest {
+
+ public receive signal S1 {
+ }
+
+ public receive signal S2 {
+ }
+
+ @Create
+ public AcceptStatementTest();
+ @Destroy
+ public destroy();
+
+} do 'AcceptStatementTest$behavior$1' \ No newline at end of file

Back to the top