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_Delete1_Test extends BaseTransformationTest { @Test public void test_QueryParameterList_Delete1() throws Throwable { initTest("${mps_home}", "r:ef2abb2b-cc5a-4776-8085-7767c2890554(jetbrains.mps.console.test.editorTest@tests)"); runTest("jetbrains.mps.console.test.editorTest.QueryParameterList_Delete1_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("8654290870483576383", "8654290870483576444"); invokeAction("jetbrains.mps.ide.editor.actions.Backspace_Action"); } } }