package jetbrains.mps.lang.editor.actions.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; @MPSLaunch public class Uncomment_NodeWithComment_Test extends BaseTransformationTest { @Test public void test_Uncomment_NodeWithComment() throws Throwable { initTest("${mps_home}", "r:c44f4b8c-137c-4225-8bd9-38d232a9b736(jetbrains.mps.lang.editor.actions.test)"); runTest("jetbrains.mps.lang.editor.actions.test.Uncomment_NodeWithComment_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("4247887444754152569", "4247887444754152455"); invokeAction("jetbrains.mps.ide.editor.actions.Comment_Action"); } } }