Remove Lint tests for annotation argument API check.

Looks like newer Lint API checker ignores type usage in annotations, so these tests are no more needed.
This commit is contained in:
Yan Zhulanow
2018-12-03 22:19:48 +09:00
parent aa5f1cefd0
commit f5bb9d5866
13 changed files with 0 additions and 166 deletions
@@ -87,11 +87,6 @@ public class AndroidLintQuickfixTestGenerated extends AbstractAndroidLintQuickfi
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/android/lintQuickfix/requiresApi"), Pattern.compile("^([\\w\\-_]+)\\.kt$"), TargetBackend.ANY, true);
}
@TestMetadata("annotation.kt")
public void testAnnotation() throws Exception {
runTest("idea/testData/android/lintQuickfix/requiresApi/annotation.kt");
}
@TestMetadata("companion.kt")
public void testCompanion() throws Exception {
runTest("idea/testData/android/lintQuickfix/requiresApi/companion.kt");
@@ -208,11 +203,6 @@ public class AndroidLintQuickfixTestGenerated extends AbstractAndroidLintQuickfi
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/android/lintQuickfix/targetApi"), Pattern.compile("^([\\w\\-_]+)\\.kt$"), TargetBackend.ANY, true);
}
@TestMetadata("annotation.kt")
public void testAnnotation() throws Exception {
runTest("idea/testData/android/lintQuickfix/targetApi/annotation.kt");
}
@TestMetadata("companion.kt")
public void testCompanion() throws Exception {
runTest("idea/testData/android/lintQuickfix/targetApi/companion.kt");