]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.tests.modelled.ontology/graph/Tests.pgraph
Sync git svn branch with SVN repository r33290.
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ontology / graph / Tests.pgraph
diff --git a/bundles/org.simantics.tests.modelled.ontology/graph/Tests.pgraph b/bundles/org.simantics.tests.modelled.ontology/graph/Tests.pgraph
new file mode 100644 (file)
index 0000000..11b93d2
--- /dev/null
@@ -0,0 +1,20 @@
+L0 = <http://www.simantics.org/Layer0-1.1>
+
+
+TESTS = <http://www.simantics.org/Tests-1.0> : L0.Ontology
+    @L0.new
+    L0.HasResourceClass "org.simantics.tests.modelled.ontology.TestsResource"
+
+TESTS.SCLMain : L0.SCLModule
+    L0.SCLModule.definition _ : L0.String 
+      @L0.loadString "scl/SCLMain.scl" 
+
+TESTS.STSTest <T L0.Entity
+    >-- TESTS.STSTest.definition --> L0.String <R L0.HasProperty : L0.TotalFunction
+    >-- TESTS.STSTest.executionPriority --> L0.Integer <R L0.HasProperty : L0.TotalFunction
+    @L0.assert TESTS.STSTest.definition ""
+    @L0.assert TESTS.STSTest.executionPriority -1
+
+TESTS.STSSuite <T L0.Entity
+    >-- TESTS.STSSuite.moduleNameFilter --> L0.String <R L0.HasProperty : L0.TotalFunction
+    @L0.assert TESTS.STSSuite.moduleNameFilter ""
\ No newline at end of file