package jetbrains.mps.lang.editor.label.tests; /*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 LabelWithBrackets_Update_Test extends BaseTransformationTest { @Test public void test_LabelWithBrackets_Update() throws Throwable { initTest("${mps_home}", "r:40a702b4-7737-42f4-8412-0355208396f3(jetbrains.mps.lang.editor.label.tests)"); runTest("jetbrains.mps.lang.editor.label.tests.LabelWithBrackets_Update_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("6546125805699762939", "6546125805699762941"); pressKeys(ListSequence.fromListAndArray(new ArrayList<String>(), " F5")); } } }