Regenerate IntentionTestGenerated
This commit is contained in:
+1
-1
@@ -1144,7 +1144,7 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInAddMissingClassKeyword() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/intentions/addMissingClassKeyword"), Pattern.compile("^([\\w\\-_]+)\\.(kt|kts)$"), true);
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/testData/intentions/addMissingClassKeyword"), Pattern.compile("^([\\w\\-_]+)\\.(kt|kts)$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("annottion.kt")
|
||||
|
||||
Reference in New Issue
Block a user