]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.tests.modelled/scl/Simantics/Tests.scl
Simantics integration STS
[simantics/platform.git] / bundles / org.simantics.tests.modelled / scl / Simantics / Tests.scl
index 2875eabebc392a85fba93b21102c7028f92fa94a..1d044ae60c064cff414fe0bb0c75a4d5bf539744 100644 (file)
@@ -1,5 +1,7 @@
-include "Simantics/DB"\r
-\r
-importJava "org.simantics.tests.modelled.TestsGraphUtils" where\r
-    createSTSTest :: Resource -> <Proc, WriteGraph> Resource\r
-    createSTSSuite :: Resource -> <WriteGraph, Proc> ()\r
+include "Simantics/DB"
+
+importJava "org.simantics.tests.modelled.TestsGraphUtils" where
+    createSTSTest :: Resource -> <WriteGraph, Proc> Resource
+    createSTSSuite :: Resource -> <WriteGraph, Proc> Resource
+    createSTSVariable :: Resource -> <WriteGraph, Proc> Resource
+    stsTestContentDump :: Resource -> <ReadGraph> Vector Byte