Regenerate tests
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||||
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ public class ChangeLocalityDetectorTestGenerated extends AbstractChangeLocalityD
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testAllFilesPresentInChangeLocality() throws Exception {
|
public void testAllFilesPresentInChangeLocality() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/codeInsight/changeLocality"), Pattern.compile("^(.+)\\.(kt|kts)$"), true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/testData/codeInsight/changeLocality"), Pattern.compile("^(.+)\\.(kt|kts)$"), null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("Comment.kt")
|
@TestMetadata("Comment.kt")
|
||||||
|
|||||||
+5
-5
@@ -80,16 +80,16 @@ public class NewJavaToKotlinConverterSingleFileTestGenerated extends AbstractNew
|
|||||||
runTest("nj2k/testData/newJ2k/annotations/annotationUsages.java");
|
runTest("nj2k/testData/newJ2k/annotations/annotationUsages.java");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("java9Deprecated.java")
|
|
||||||
public void testJava9Deprecated() throws Exception {
|
|
||||||
runTest("nj2k/testData/newJ2k/annotations/java9Deprecated.java");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("annotationsFromPropertyAccessors.java")
|
@TestMetadata("annotationsFromPropertyAccessors.java")
|
||||||
public void testAnnotationsFromPropertyAccessors() throws Exception {
|
public void testAnnotationsFromPropertyAccessors() throws Exception {
|
||||||
runTest("nj2k/testData/newJ2k/annotations/annotationsFromPropertyAccessors.java");
|
runTest("nj2k/testData/newJ2k/annotations/annotationsFromPropertyAccessors.java");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("java9Deprecated.java")
|
||||||
|
public void testJava9Deprecated() throws Exception {
|
||||||
|
runTest("nj2k/testData/newJ2k/annotations/java9Deprecated.java");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("javaClassArgument.java")
|
@TestMetadata("javaClassArgument.java")
|
||||||
public void testJavaClassArgument() throws Exception {
|
public void testJavaClassArgument() throws Exception {
|
||||||
runTest("nj2k/testData/newJ2k/annotations/javaClassArgument.java");
|
runTest("nj2k/testData/newJ2k/annotations/javaClassArgument.java");
|
||||||
|
|||||||
Reference in New Issue
Block a user