Regenerate tests

This commit is contained in:
Dmitriy Novozhilov
2020-01-13 16:19:30 +03:00
parent cac4a991f5
commit 605ef647e6
2 changed files with 7 additions and 7 deletions
@@ -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.
*/
@@ -25,7 +25,7 @@ public class ChangeLocalityDetectorTestGenerated extends AbstractChangeLocalityD
}
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")
@@ -80,16 +80,16 @@ public class NewJavaToKotlinConverterSingleFileTestGenerated extends AbstractNew
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")
public void testAnnotationsFromPropertyAccessors() throws Exception {
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")
public void testJavaClassArgument() throws Exception {
runTest("nj2k/testData/newJ2k/annotations/javaClassArgument.java");