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; import jetbrains.mps.internal.collections.runtime.ListSequence; import java.util.ArrayList; @MPSLaunch public class RemoveHeaderRow_FromFirstCell_Test extends BaseTransformationTest { @Test public void test_RemoveHeaderRow_FromFirstCell() 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.RemoveHeaderRow_FromFirstCell_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("8143909488490605461", "8143909488490605486"); pressKeys(ListSequence.fromListAndArray(new ArrayList<String>(), " DELETE")); } } }