package jetbrains.mps.propertiesTest; /*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 CustomPropertyReferences1_Test extends BaseTransformationTest { @Test public void test_CustomPropertyReferences1() throws Throwable { initTest("${mps_home}", "r:a7e6c515-be7c-48fa-b7c6-1ffad39a5d77(jetbrains.mps.propertiesTest@tests)"); runTest("jetbrains.mps.propertiesTest.CustomPropertyReferences1_Test$TestBody", "testMethod", false); } @MPSLaunch public static class TestBody extends BaseEditorTestBody { @Override public void testMethodImpl() throws Exception { initEditorComponent("6799807267508922152", "6799807267508922382"); typeString("a"); typeString("+"); typeString("b"); } } }