package jetbrains.mps.lang.editor.table.matrix.test; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.Test; import jetbrains.mps.lang.test.runtime.BaseEditorTestBody; @MPSLaunch public class CreateX_Test extends BaseTransformationTest { @Test public void test_CreateX() throws Throwable { initTest("${mps_home}", "r:8bac3b50-f9ad-4677-8274-76544dbc0da8(jetbrains.mps.lang.editor.table.matrix.test@tests)"); runTest("jetbrains.mps.lang.editor.table.matrix.test.CreateX_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("1310272842909656053", "1310272842909656061"); invokeAction("jetbrains.mps.ide.editor.actions.Insert_Action"); } } }