package jetbrains.mps.ide.httpsupport.tests.lang; /*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 TestQueryPath_Test extends BaseTransformationTest { @Test public void test_ErrorMessagesCheck529363524336252998() throws Throwable { initTest("${mps_home}", "r:9e9ac0ea-b755-4d57-b406-d0cd74445963(jetbrains.mps.ide.httpsupport.tests.lang@tests)", false); runTest("jetbrains.mps.ide.httpsupport.tests.lang.TestQueryPath_Test$TestBody", "test_ErrorMessagesCheck529363524336252998", true); } @Test public void test_NodeEmptySegmnetCheck529363524336253171() throws Throwable { initTest("${mps_home}", "r:9e9ac0ea-b755-4d57-b406-d0cd74445963(jetbrains.mps.ide.httpsupport.tests.lang@tests)", false); runTest("jetbrains.mps.ide.httpsupport.tests.lang.TestQueryPath_Test$TestBody", "test_NodeEmptySegmnetCheck529363524336253171", true); } @Test public void test_ErrorMessagesCheck529363524336253166() throws Throwable { initTest("${mps_home}", "r:9e9ac0ea-b755-4d57-b406-d0cd74445963(jetbrains.mps.ide.httpsupport.tests.lang@tests)", false); runTest("jetbrains.mps.ide.httpsupport.tests.lang.TestQueryPath_Test$TestBody", "test_ErrorMessagesCheck529363524336253166", true); } @Test public void test_ErrorMessagesCheck529363524336254130() throws Throwable { initTest("${mps_home}", "r:9e9ac0ea-b755-4d57-b406-d0cd74445963(jetbrains.mps.ide.httpsupport.tests.lang@tests)", false); runTest("jetbrains.mps.ide.httpsupport.tests.lang.TestQueryPath_Test$TestBody", "test_ErrorMessagesCheck529363524336254130", true); } @Test public void test_ErrorMessagesCheck529363524336254163() throws Throwable { initTest("${mps_home}", "r:9e9ac0ea-b755-4d57-b406-d0cd74445963(jetbrains.mps.ide.httpsupport.tests.lang@tests)", false); runTest("jetbrains.mps.ide.httpsupport.tests.lang.TestQueryPath_Test$TestBody", "test_ErrorMessagesCheck529363524336254163", true); } @MPSLaunch public static class TestBody extends BaseTestBody { public void test_ErrorMessagesCheck529363524336252998() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("529363524336252998"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("529363524336252988")); } public void test_NodeEmptySegmnetCheck529363524336253171() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("529363524336253171"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("529363524336253168")); } public void test_ErrorMessagesCheck529363524336253166() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("529363524336253166"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("529363524336253134")); } public void test_ErrorMessagesCheck529363524336254130() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("529363524336254130"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("529363524336253220")); } public void test_ErrorMessagesCheck529363524336254163() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("529363524336254163"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("529363524336254159")); } } }