package jetbrains.mps.lang.editor.table.stateMachine.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 MoveTransitionToAnotherRow_Test extends BaseTransformationTest { @Test public void test_MoveTransitionToAnotherRow() throws Throwable { initTest("${mps_home}", "r:dc1400b5-0aa4-448e-8f15-11fb0ccb5c23(jetbrains.mps.lang.editor.table.stateMachine.test@tests)"); runTest("jetbrains.mps.lang.editor.table.stateMachine.test.MoveTransitionToAnotherRow_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("6170050146384285903", "6170050146384300225"); invokeAction("jetbrains.mps.ide.editor.actions.Complete_Action"); typeString("another"); pressKeys(ListSequence.fromListAndArray(new ArrayList<String>(), " ENTER")); } } }