summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java')
-rw-r--r--plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java31
1 files changed, 28 insertions, 3 deletions
diff --git a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java b/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java
index 82ef757e2dbc..a834724af1a1 100644
--- a/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java
+++ b/plugins/kotlin/idea/tests/test/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java
@@ -3885,9 +3885,29 @@ public abstract class IntentionTestGenerated extends AbstractIntentionTest {
runTest("testData/intentions/changeVisibility/private/inAnnotation.kt");
}
- @TestMetadata("interface.kt")
- public void testInterface() throws Exception {
- runTest("testData/intentions/changeVisibility/private/interface.kt");
+ @TestMetadata("interfaceFunction.kt")
+ public void testInterfaceFunction() throws Exception {
+ runTest("testData/intentions/changeVisibility/private/interfaceFunction.kt");
+ }
+
+ @TestMetadata("interfaceFunctionWithBody.kt")
+ public void testInterfaceFunctionWithBody() throws Exception {
+ runTest("testData/intentions/changeVisibility/private/interfaceFunctionWithBody.kt");
+ }
+
+ @TestMetadata("interfaceFunctionWithExpressionBody.kt")
+ public void testInterfaceFunctionWithExpressionBody() throws Exception {
+ runTest("testData/intentions/changeVisibility/private/interfaceFunctionWithExpressionBody.kt");
+ }
+
+ @TestMetadata("interfaceProperty.kt")
+ public void testInterfaceProperty() throws Exception {
+ runTest("testData/intentions/changeVisibility/private/interfaceProperty.kt");
+ }
+
+ @TestMetadata("interfacePropertyWithGetter.kt")
+ public void testInterfacePropertyWithGetter() throws Exception {
+ runTest("testData/intentions/changeVisibility/private/interfacePropertyWithGetter.kt");
}
@TestMetadata("jvmField.kt")
@@ -4083,6 +4103,11 @@ public abstract class IntentionTestGenerated extends AbstractIntentionTest {
runTest("testData/intentions/changeVisibility/protected/notForFinalClass5.kt");
}
+ @TestMetadata("notForInterfaceMember.kt")
+ public void testNotForInterfaceMember() throws Exception {
+ runTest("testData/intentions/changeVisibility/protected/notForInterfaceMember.kt");
+ }
+
@TestMetadata("notForNonValParameter.kt")
public void testNotForNonValParameter() throws Exception {
runTest("testData/intentions/changeVisibility/protected/notForNonValParameter.kt");