KT-4773: added tests
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user