Test regenerated
This commit is contained in:
@@ -944,7 +944,7 @@ public class QuickFixMultiFileTestGenerated extends AbstractQuickFixMultiFileTes
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class PrimaryParameter extends AbstractQuickFixMultiFileTest {
|
||||
public void testAllFilesPresentInPrimaryParameter() throws Exception {
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/quickfix/createFromUsage/createVariable/primaryParameter"), Pattern.compile("^(\\w+)\\.before\\.Main\\.\\w+$"), true);
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/quickfix/createFromUsage/createVariable/primaryParameter"), Pattern.compile("^(\\w+)\\.((before\\.Main\\.\\w+)|(test))$"), true);
|
||||
}
|
||||
|
||||
@TestMetadata("staticValOnJavaClass.before.Main.kt")
|
||||
|
||||
Reference in New Issue
Block a user