package jetbrains.mps.lang.editor.selection.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 GoToReference_Test extends BaseTransformationTest { @Test public void test_GoToReference() throws Throwable { initTest("${mps_home}", "r:f429894b-858b-4e34-87ae-2cfe2a061928(jetbrains.mps.lang.editor.selection.test)"); runTest("jetbrains.mps.lang.editor.selection.test.GoToReference_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("2399036385470603863", ""); invokeAction("jetbrains.mps.ide.editor.actions.GoByCurrentReference_Action"); pressKeys(ListSequence.fromListAndArray(new ArrayList<String>(), " DELETE")); } } }