]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.tests.modelled.ontology/graph/Tests.pgraph
Sync git svn branch with SVN repository r33290.
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ontology / graph / Tests.pgraph
1 L0 = <http://www.simantics.org/Layer0-1.1>
2
3
4 TESTS = <http://www.simantics.org/Tests-1.0> : L0.Ontology
5     @L0.new
6     L0.HasResourceClass "org.simantics.tests.modelled.ontology.TestsResource"
7
8 TESTS.SCLMain : L0.SCLModule
9     L0.SCLModule.definition _ : L0.String 
10       @L0.loadString "scl/SCLMain.scl" 
11
12 TESTS.STSTest <T L0.Entity
13     >-- TESTS.STSTest.definition --> L0.String <R L0.HasProperty : L0.TotalFunction
14     >-- TESTS.STSTest.executionPriority --> L0.Integer <R L0.HasProperty : L0.TotalFunction
15     @L0.assert TESTS.STSTest.definition ""
16     @L0.assert TESTS.STSTest.executionPriority -1
17
18 TESTS.STSSuite <T L0.Entity
19     >-- TESTS.STSSuite.moduleNameFilter --> L0.String <R L0.HasProperty : L0.TotalFunction
20     @L0.assert TESTS.STSSuite.moduleNameFilter ""