package jetbrains.mps.build.stripping.tests.implementationStrippingTests; /*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 LeftTransformTest_Test extends BaseTransformationTest { @Test public void test_LeftTransformTest() throws Throwable { initTest("${mps_home}", "r:a7360bf3-0305-4b0f-a849-53283ec620bf(jetbrains.mps.build.stripping.tests.implementationStrippingTests@tests)"); runTest("jetbrains.mps.build.stripping.tests.implementationStrippingTests.LeftTransformTest_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("2085316548396379699", "2085316548396380624"); typeString("if"); } } }