Analysis API: regenerate tests
This commit is contained in:
+24
@@ -324,6 +324,12 @@ public class KtFe10ResolveCallTestGenerated extends AbstractKtFe10ResolveCallTes
|
|||||||
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertyGetter.kt");
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertyGetter.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("javaPropertyGetter_unqualified.kt")
|
||||||
|
public void testJavaPropertyGetter_unqualified() throws Exception {
|
||||||
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertyGetter_unqualified.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("javaPropertyNestedGetter.kt")
|
@TestMetadata("javaPropertyNestedGetter.kt")
|
||||||
public void testJavaPropertyNestedGetter() throws Exception {
|
public void testJavaPropertyNestedGetter() throws Exception {
|
||||||
@@ -342,12 +348,24 @@ public class KtFe10ResolveCallTestGenerated extends AbstractKtFe10ResolveCallTes
|
|||||||
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertySetterIncomplete.kt");
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertySetterIncomplete.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("javaPropertySetter_unqualified.kt")
|
||||||
|
public void testJavaPropertySetter_unqualified() throws Exception {
|
||||||
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertySetter_unqualified.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("kotlinPropertyGetter.kt")
|
@TestMetadata("kotlinPropertyGetter.kt")
|
||||||
public void testKotlinPropertyGetter() throws Exception {
|
public void testKotlinPropertyGetter() throws Exception {
|
||||||
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/kotlinPropertyGetter.kt");
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/kotlinPropertyGetter.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("kotlinPropertyGetter_unqualified.kt")
|
||||||
|
public void testKotlinPropertyGetter_unqualified() throws Exception {
|
||||||
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/kotlinPropertyGetter_unqualified.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("kotlinPropertyNestedGetter.kt")
|
@TestMetadata("kotlinPropertyNestedGetter.kt")
|
||||||
public void testKotlinPropertyNestedGetter() throws Exception {
|
public void testKotlinPropertyNestedGetter() throws Exception {
|
||||||
@@ -360,6 +378,12 @@ public class KtFe10ResolveCallTestGenerated extends AbstractKtFe10ResolveCallTes
|
|||||||
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/kotlinPropertySetter.kt");
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/kotlinPropertySetter.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("kotlinPropertySetter_unqualified.kt")
|
||||||
|
public void testKotlinPropertySetter_unqualified() throws Exception {
|
||||||
|
runTest("analysis/analysis-api/testData/analysisSession/resolveCall/kotlinPropertySetter_unqualified.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("memberFunctionCallWithTypeArgument.kt")
|
@TestMetadata("memberFunctionCallWithTypeArgument.kt")
|
||||||
public void testMemberFunctionCallWithTypeArgument() throws Exception {
|
public void testMemberFunctionCallWithTypeArgument() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user