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