mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test data discoverability, remove redundant throws
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ public interface CodeInsightTestFixture extends IdeaProjectTestFixture {
|
||||
|
||||
void testRename(String fileAfter, String newName) throws Exception;
|
||||
|
||||
Collection<UsageInfo> testFindUsages(@NonNls String... fileNames) throws Exception;
|
||||
Collection<UsageInfo> testFindUsages(@TestDataFile @NonNls String... fileNames);
|
||||
|
||||
Collection<UsageInfo> findUsages(final PsiElement to) throws Exception;
|
||||
|
||||
|
||||
+1
-1
@@ -583,7 +583,7 @@ public class CodeInsightTestFixtureImpl extends BaseFixture implements CodeInsig
|
||||
actionManager.getActionHandler(actionId).execute(getEditor(), dataContext);
|
||||
}
|
||||
|
||||
public Collection<UsageInfo> testFindUsages(@NonNls final String... fileNames) throws Exception {
|
||||
public Collection<UsageInfo> testFindUsages(@NonNls final String... fileNames) {
|
||||
assertInitialized();
|
||||
configureByFiles(fileNames);
|
||||
final PsiElement targetElement = TargetElementUtilBase
|
||||
|
||||
Reference in New Issue
Block a user