]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.viewpoint.ontology/graph/ViewpointTests.pgraph
Copy URI context menu action to Model Browser for development mode
[simantics/platform.git] / bundles / org.simantics.viewpoint.ontology / graph / ViewpointTests.pgraph
index 1eb13238fad88dc387fa517b4940f066e5ac1ffe..4f297e417e744faf85b3a0f9a590a3fcb8698a6c 100644 (file)
@@ -35,3 +35,9 @@ VP.InstanceOfTest <T VP.Test
 
 VP.FailTest <T VP.Test
     L0.HasDescription "A test that is compatible with all content types and always fails, i.e. returns false."
+
+VP.HasURITest <T VP.Test
+    L0.HasDescription "A test that checks the Resource or Variable given as input has a proper URI."
+
+VP.InDevelopmentModeTest <T VP.Test
+    L0.HasDescription "A test that directly invokes org.eclipse.runtime.core.Platform.inDevelopmentMode()."