package jetbrains.mps.lang.editor.actions.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 Subst_SingleChild_WithNonEmptyCell_Complete_Test extends BaseTransformationTest { @Test public void test_Subst_SingleChild_WithNonEmptyCell_Complete() throws Throwable { initTest("${mps_home}", "r:c44f4b8c-137c-4225-8bd9-38d232a9b736(jetbrains.mps.lang.editor.actions.test)"); runTest("jetbrains.mps.lang.editor.actions.test.Subst_SingleChild_WithNonEmptyCell_Complete_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("957371990174094570", "957371990174483162"); invokeAction("jetbrains.mps.ide.editor.actions.Complete_Action"); typeString("v2"); pressKeys(ListSequence.fromListAndArray(new ArrayList<String>(), " ENTER")); } } }