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; @MPSLaunch public class LabelWithBrackets_AddText_Test extends BaseTransformationTest { @Test public void test_LabelWithBrackets_AddText() 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_AddText_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("1848195745380841137", "6546125805699762241"); typeString("Temp"); } } }