package jetbrains.mps.console.test.editorTest; /*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 QueryParameterList_Add3_Test extends BaseTransformationTest { @Test public void test_QueryParameterList_Add3() throws Throwable { initTest("${mps_home}", "r:ef2abb2b-cc5a-4776-8085-7767c2890554(jetbrains.mps.console.test.editorTest@tests)"); runTest("jetbrains.mps.console.test.editorTest.QueryParameterList_Add3_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("8654290870483604242", "8654290870483604233"); typeString("r"); invokeAction("jetbrains.mps.ide.editor.actions.Complete_Action"); } } }