X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.tests.modelled.ui.ontology%2Fgraph%2FTestsUI.pgraph;h=f92524b797ae40dd43dee90286f60a2e01c8db5f;hb=refs%2Fchanges%2F13%2F513%2F3;hp=b51213dc8475a00c1eab2cc62bb09d9245948367;hpb=55ca14c4198659b908aeffc8d16e240b35a75e66;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.tests.modelled.ui.ontology/graph/TestsUI.pgraph b/bundles/org.simantics.tests.modelled.ui.ontology/graph/TestsUI.pgraph index b51213dc8..f92524b79 100644 --- a/bundles/org.simantics.tests.modelled.ui.ontology/graph/TestsUI.pgraph +++ b/bundles/org.simantics.tests.modelled.ui.ontology/graph/TestsUI.pgraph @@ -17,21 +17,32 @@ TestsUI.SCLMain : L0.SCLModule TestsUI.testImage : IMAGE.PngImage @L0.loadBytes "images/test.png" +TestsUI.testIgnoredImage : IMAGE.PngImage + @L0.loadBytes "images/testignored.gif" + TestsUI.testSuiteImage : IMAGE.PngImage @L0.loadBytes "images/tsuite.png" // Library containing all testing viewpoint contributions TestsUI.Contributions : L0.Library - MBC = TestsUI.BrowseContext : VP.BrowseContext VP.BrowseContext.IsIncludedIn PROJECT.ProjectBrowseContext +MBC.TestImageRule : VP.ImageRule + MBC - @VP.namedRelationChildRule TestsUI.Contributions.STSSuites L0.Entity L0.ConsistsOf TESTS.STSSuite - @VP.namedConstantImageRule TestsUI.Contributions.SuiteImage TESTS.STSSuite TestsUI.testSuiteImage - @VP.namedRelationChildRule TestsUI.Contributions.STSTests L0.Entity L0.ConsistsOf TESTS.STSTest - @VP.namedConstantImageRule TestsUI.Contributions.TestImage TESTS.STSTest TestsUI.testImage + @VP.namedRelationChildRule TestsUI.Contributions.STSSuites L0.Entity L0.ConsistsOf TESTS.STSSuite + @VP.namedConstantImageRule TestsUI.Contributions.SuiteImage TESTS.STSSuite TestsUI.testSuiteImage + @VP.namedRelationChildRule TestsUI.Contributions.STSTests L0.Entity L0.ConsistsOf TESTS.STSTest + @VP.customImageRule TESTS.STSTest MBC.TestImageRule + +MBC + VP.BrowseContext.HasVisualsContribution _ : VP.VisualsContribution + VP.VisualsContribution.HasNodeType TESTS.STSSuite + VP.VisualsContribution.HasRule MBC.STSSuiteSorterRule + +MBC.STSSuiteSorterRule : VP.SorterRule MAC = TestsUI.ModelingActionContext : VP.BrowseContext VP.BrowseContext.IsIncludedIn PROJECT.ProjectActionContext