package jetbrains.mps.make.editorTest; /*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 TypeSuccessInJobDefinition_Test extends BaseTransformationTest { @Test public void test_TypeSuccessInJobDefinition() throws Throwable { initTest("${mps_home}", "r:44f67fb3-9f2f-48cf-be4d-4c511452435b(jetbrains.mps.make.editorTest@tests)"); runTest("jetbrains.mps.make.editorTest.TypeSuccessInJobDefinition_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("3283080073440235433", "3283080073440235436"); typeString("success"); } } }