package jetbrains.mps.lang.editor.table.hierarchycalTable.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 InsertRowAfterLast_Test extends BaseTransformationTest { @Test public void test_InsertRowAfterLast() throws Throwable { initTest("${mps_home}", "r:67b81510-37ee-448c-9923-c51275863bef(jetbrains.mps.lang.editor.table.hierarchycalTable.test@tests)"); runTest("jetbrains.mps.lang.editor.table.hierarchycalTable.test.InsertRowAfterLast_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("1211716198725196076", "1211716198725196101"); invokeAction("jetbrains.mps.ide.editor.actions.Insert_Action"); } } }