package jetbrains.mps.closures.test.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 Generics_Test extends BaseTransformationTest { @Test public void test_NodeErrorCheck5462327771639049246() throws Throwable { initTest("${mps_home}", "r:115773d0-1d8a-4cef-9476-a19eb511afc3(jetbrains.mps.closures.test.model)", false); runTest("jetbrains.mps.closures.test.model.Generics_Test$TestBody", "test_NodeErrorCheck5462327771639049246", true); } @Test public void test_ErrorMessagesCheck5419091611223712729() throws Throwable { initTest("${mps_home}", "r:115773d0-1d8a-4cef-9476-a19eb511afc3(jetbrains.mps.closures.test.model)", false); runTest("jetbrains.mps.closures.test.model.Generics_Test$TestBody", "test_ErrorMessagesCheck5419091611223712729", true); } @Test public void test_NodeErrorCheck1674014916759209386() throws Throwable { initTest("${mps_home}", "r:115773d0-1d8a-4cef-9476-a19eb511afc3(jetbrains.mps.closures.test.model)", false); runTest("jetbrains.mps.closures.test.model.Generics_Test$TestBody", "test_NodeErrorCheck1674014916759209386", true); } @MPSLaunch public static class TestBody extends BaseTestBody { public void test_NodeErrorCheck5462327771639049246() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("5462327771639049246"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("5462327771639049241")); } public void test_ErrorMessagesCheck5419091611223712729() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("5419091611223712729"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("7289865355732882896")); } public void test_NodeErrorCheck1674014916759209386() throws Exception { SNode operation = SNodeOperations.cast(getRealNodeById("1674014916759209386"), MetaAdapterFactory.getInterfaceConcept(0x8585453e6bfb4d80L, 0x98deb16074f1d86cL, 0x1510445f8a2c272dL, "jetbrains.mps.lang.test.structure.INodesTestMethod")); INodesTestMethod__BehaviorDescriptor.perform_id1kgh5YabdhC.invoke(operation, getRealNodeById("1674014916759207935")); } } }