KT-4773: added tests

This commit is contained in:
Alexey Tsvetkov
2014-09-25 17:52:44 +04:00
parent f8968c2f77
commit 3424142b65
5 changed files with 84 additions and 15 deletions
@@ -47,7 +47,7 @@ public class DelegatePropertyTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testDelegateForExtProperty() throws Exception {
public void testDelegateByExtensionProperty() throws Exception {
checkFooBoxIsOk();
}
@@ -91,4 +91,8 @@ public class DelegationTest extends SingleFileTranslationTest {
public void testDelegationExtProp() throws Exception {
checkFooBoxIsOk();
}
public void testDelegationExtensionPropertyDelegated() throws Exception {
checkFooBoxIsOk();
}
}