ImplementationTestUtils -> NavigationTestUtils rename
This commit is contained in:
+2
-2
@@ -42,8 +42,8 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
* @author Nikolay Krasko
|
* @author Nikolay Krasko
|
||||||
*/
|
*/
|
||||||
public final class ImplementationTestUtils {
|
public final class NavigationTestUtils {
|
||||||
private ImplementationTestUtils() {
|
private NavigationTestUtils() {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static GotoTargetHandler.GotoData invokeGotoImplementations(Editor editor, PsiFile psiFile) {
|
public static GotoTargetHandler.GotoData invokeGotoImplementations(Editor editor, PsiFile psiFile) {
|
||||||
Reference in New Issue
Block a user