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