]> 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 fe80e1303cb4ae115e742312fcc2c3aea36c971f..1d044ae60c064cff414fe0bb0c75a4d5bf539744 100644 (file)
@@ -1,5 +1,7 @@
 include "Simantics/DB"
 
 importJava "org.simantics.tests.modelled.TestsGraphUtils" where
-    createSTSTest :: Resource -> <Proc, WriteGraph> Resource
-    createSTSSuite :: Resource -> <WriteGraph, Proc> ()
+    createSTSTest :: Resource -> <WriteGraph, Proc> Resource
+    createSTSSuite :: Resource -> <WriteGraph, Proc> Resource
+    createSTSVariable :: Resource -> <WriteGraph, Proc> Resource
+    stsTestContentDump :: Resource -> <ReadGraph> Vector Byte