package jetbrains.mps.lang.editor.attribues; /*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 RemovingLeftTransformForAttributedProperty_Test extends BaseTransformationTest { @Test public void test_RemovingLeftTransformForAttributedProperty() throws Throwable { initTest("${mps_home}", "r:09fb198f-3544-4746-9d3e-f773f4bfde46(jetbrains.mps.lang.editor.attribues)"); runTest("jetbrains.mps.lang.editor.attribues.RemovingLeftTransformForAttributedProperty_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("3447504547919025678", "3447504547919025683"); typeString(" "); invokeAction("jetbrains.mps.ide.editor.actions.Delete_Action"); } } }