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_Add2_Test extends BaseTransformationTest { @Test public void test_QueryParameterList_Add2() throws Throwable { initTest("${mps_home}", "r:ef2abb2b-cc5a-4776-8085-7767c2890554(jetbrains.mps.console.test.editorTest@tests)"); runTest("jetbrains.mps.console.test.editorTest.QueryParameterList_Add2_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("8654290870483603042", "8654290870483602997"); typeString("r"); typeString("/"); typeString("o"); typeString("+"); } } }