package testSubtypingTest.model; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.Test; import jetbrains.mps.lang.test.runtime.BaseTestBody; import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.lang.smodel.generator.smodelAdapter.SNodeOperations; import jetbrains.mps.smodel.adapter.structure.MetaAdapterFactory; import jetbrains.mps.lang.test.behavior.INodesTestMethod__BehaviorDescriptor; @MPSLaunch public class NullProperties_Test extends BaseTransformationTest { @Test public void test_NodeErrorCheck8681827087508331151() throws Throwable { initTest("${mps_home}", "r:f6873416-2681-4a14-803b-33f9e8bdd0a6(testSubtypingTest.model)", false); runTest("testSubtypingTest.model.NullProperties_Test$TestBody", "test_NodeErrorCheck8681827087508331151", true); } @Test public void test_NodeErrorCheck8681827087508331336() throws Throwable { initTest("${mps_home}", "r:f6873416-2681-4a14-803b-33f9e8bdd0a6(testSubtypingTest.model)", false); runTest("testSubtypingTest.model.NullProperties_Test$TestBody", "test_NodeErrorCheck8681827087508331336", true); } @Test public void test_ErrorMessagesCheck706089536802542545() throws Throwable { initTest("${mps_home}", "r:f6873416-2681-4a14-803b-33f9e8bdd0a6(testSubtypingTest.model)", false); runTest("testSubtypingTest.model.NullProperties_Test$TestBody", "test_ErrorMessagesCheck706089536802542545", true); } @Test public void test_ErrorMessagesCheck706089536802542565() throws Throwable { initTest("${mps_home}", "r:f6873416-2681-4a14-803b-33f9e8bdd0a6(testSubtypingTest.model)", false); runTest("testSubtypingTest.model.NullProperties_Test$TestBody", "test_ErrorMessagesCheck706089536802542565", true); } @Test public void test_ErrorMessagesCheck706089536802542585() throws Throwable { initTest("${mps_home}", "r:f6873416-2681-4a14-803b-33f9e8bdd0a6(testSubtypingTest.model)", false); runTest("testSubtypingTest.model.NullProperties_Test$TestBody", "test_ErrorMessagesCheck706089536802542585", true); } @MPSLaunch public static class TestBody extends BaseTestBody { public void test_NodeErrorCheck8681827087508331151() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("8681827087508331151"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("706089536802542537")); } public void test_NodeErrorCheck8681827087508331336() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("8681827087508331336"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("706089536802542541")); } public void test_ErrorMessagesCheck706089536802542545() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("706089536802542545"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("706089536802542527")); } public void test_ErrorMessagesCheck706089536802542565() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("706089536802542565"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("706089536802542547")); } public void test_ErrorMessagesCheck706089536802542585() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("706089536802542585"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("706089536802542567")); } } }