Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2009-03-04 13:19:03 +0000
committerptessier2009-03-04 13:19:03 +0000
commit07f9ffa7cca74af1af804ac611d6d39ebe18bddc (patch)
tree1c1c995e23d66b1518b475f60a9be6d289edaadd /tests/ClassDiagramTestEditor/ClassDiagramEditorTest.uml
parent9d0a11e4fbce44166735cc0470e1aa38f7b83d62 (diff)
downloadorg.eclipse.papyrus-07f9ffa7cca74af1af804ac611d6d39ebe18bddc.tar.gz
org.eclipse.papyrus-07f9ffa7cca74af1af804ac611d6d39ebe18bddc.tar.xz
org.eclipse.papyrus-07f9ffa7cca74af1af804ac611d6d39ebe18bddc.zip
add a model to test the diagram class editor
Diffstat (limited to 'tests/ClassDiagramTestEditor/ClassDiagramEditorTest.uml')
-rw-r--r--tests/ClassDiagramTestEditor/ClassDiagramEditorTest.uml33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/ClassDiagramTestEditor/ClassDiagramEditorTest.uml b/tests/ClassDiagramTestEditor/ClassDiagramEditorTest.uml
new file mode 100644
index 00000000000..09eada249e5
--- /dev/null
+++ b/tests/ClassDiagramTestEditor/ClassDiagramEditorTest.uml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<uml:Model xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/2.1.0/UML" xmi:id="_RzX4UAisEd6_MpEAxXq7Hg" name="ClassDiagramEditorTest">
+ <ownedComment xmi:id="_hyN6oAisEd6X-5NwKztg_w">
+ <body>The purpose if this model is to test the class diagram editor.&#xD;
+Each package focuses on testing one element.</body>
+ </ownedComment>
+ <packagedElement xmi:type="uml:Package" xmi:id="_yYZpwAisEd6X-5NwKztg_w" name="ClassElementTest">
+ <ownedComment xmi:id="_IPpp4AitEd6X-5NwKztg_w">
+ <body>The prupose is to test:&#xD;
+ - creation with undo redo&#xD;
+ - graphical deletion with undo redo&#xD;
+ -model deletion with undo redo</body>
+ </ownedComment>
+ <ownedComment xmi:id="_LwSEwAi9Ed67XriYtPXATQ">
+ <body>The purpose is to test here the resizing and the movement of the element in each direction.&#xD;
+</body>
+ </ownedComment>
+ <ownedComment xmi:id="_shM9IAi9Ed67XriYtPXATQ">
+ <body>The purpose is to test the movement of the element into a container with undo redo</body>
+ </ownedComment>
+ <ownedComment xmi:id="_IVCQcAi-Ed67XriYtPXATQ">
+ <body>The purpose is to test the drop of element from the model explorer with undo redo</body>
+ </ownedComment>
+ <packagedElement xmi:type="uml:Class" xmi:id="_Z3mkwAi9Ed67XriYtPXATQ" name="ClassToTest"/>
+ <packagedElement xmi:type="uml:Package" xmi:id="_0c5oYAi9Ed67XriYtPXATQ" name="Container"/>
+ </packagedElement>
+ <profileApplication xmi:id="_RzX4UQisEd6_MpEAxXq7Hg">
+ <eAnnotations xmi:id="_RzX4UgisEd6_MpEAxXq7Hg" source="http://www.eclipse.org/uml2/2.0.0/UML">
+ <references xmi:type="ecore:EPackage" href="pathmap://UML_PROFILES/Standard.profile.uml#_yzU58YinEdqtvbnfB2L_5w"/>
+ </eAnnotations>
+ <appliedProfile href="pathmap://UML_PROFILES/Standard.profile.uml#_0"/>
+ </profileApplication>
+</uml:Model>

Back to the top