]> 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 fb2d4bfc00bd997484fe60014be6cf9ee8ed6f2d..1d044ae60c064cff414fe0bb0c75a4d5bf539744 100644 (file)
@@ -1,5 +1,7 @@
-include "Simantics/DB"\r
-\r
-importJava "org.simantics.tests.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