Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2021-03-17 15:03:58 +0000
committerVincent Lorenzo2021-03-24 14:28:07 +0000
commit38390e7242e3590c13877336a4424827bd7715f5 (patch)
tree5dc4db8f1ebc4ad3b84d1475a0db03f194775020 /tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/resources/bug569357-models/stereotypeReference/BookStore-unresolvedFeature.elementtypesconfigurations
parentaf89edb868f3681b8ce1c8a989ae18ca8643fc3c (diff)
downloadorg.eclipse.papyrus-38390e7242e3590c13877336a4424827bd7715f5.tar.gz
org.eclipse.papyrus-38390e7242e3590c13877336a4424827bd7715f5.tar.xz
org.eclipse.papyrus-38390e7242e3590c13877336a4424827bd7715f5.zip
Bug 569357: [Toolsmiths] ElementTypes: Model and Plug-in Validation
- initial cases of project builder tests to parallel the validation menu tests - add JUnit test cases for build that should not find problems - JUnit test coverage for model validation - JUnit test coverage for build.properties validation - JUnit test coverage for plugin.xml validation - factor out test project fixture into a new common tests bundle Change-Id: I90f8cfd541cd9fa859aa5361fff015cebae02ec5 Signed-off-by: Christian W. Damus <give.a.damus@gmail.com> Also-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/resources/bug569357-models/stereotypeReference/BookStore-unresolvedFeature.elementtypesconfigurations')
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/resources/bug569357-models/stereotypeReference/BookStore-unresolvedFeature.elementtypesconfigurations7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/resources/bug569357-models/stereotypeReference/BookStore-unresolvedFeature.elementtypesconfigurations b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/resources/bug569357-models/stereotypeReference/BookStore-unresolvedFeature.elementtypesconfigurations
new file mode 100644
index 00000000000..25c8525763d
--- /dev/null
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/resources/bug569357-models/stereotypeReference/BookStore-unresolvedFeature.elementtypesconfigurations
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<elementtypesconfigurations:ElementTypeSetConfiguration xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:elementtypesconfigurations="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/1.2" xmlns:stereotypepropertyreferenceedgeadvice="http://www.eclipse.org/papyrus/uml/types/stereotypepropertyreferenceedgeadvice/1.0" xmi:id="_c0DGsGBhEemoFuWBTUmJOQ" identifier="org.eclipse.papyrus.toolsmiths.validation.elementtypes.elementTypeSet" name="BookStore" metamodelNsURI="http://www.eclipse.org/uml2/5.0.0/UML">
+ <elementTypeConfigurations xmi:type="elementtypesconfigurations:SpecializationTypeConfiguration" xmi:id="_fen2kGBhEemoFuWBTUmJOQ" identifier="org.eclipse.papyrus.toolsmiths.validation.elementtypes.Book" name="Book" hint="UML::Class" kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType">
+ <ownedConfigurations xmi:type="stereotypepropertyreferenceedgeadvice:StereotypePropertyReferenceEdgeAdviceConfiguration" xmi:id="_5Qb3EDpsEeubmtHuaj6Y7A" identifier="test.Bookstore.Book.advice" target="_fen2kGBhEemoFuWBTUmJOQ" featureToSet="writer" stereotypeQualifiedName="BookStore::Book" edgeLabel="author"/>
+ <specializedTypes xmi:type="elementtypesconfigurations:MetamodelTypeConfiguration" href="platform:/plugin/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations#org.eclipse.papyrus.uml.Class"/>
+ </elementTypeConfigurations>
+</elementtypesconfigurations:ElementTypeSetConfiguration>

Back to the top