ImplementationTestUtils -> NavigationTestUtils rename
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ public class JetGotoImplementationMultifileTest extends CodeInsightTestCase {
|
||||
|
||||
private void doMultifileTest(String ... fileNames) throws Exception {
|
||||
configureByFiles(null, fileNames);
|
||||
GotoTargetHandler.GotoData gotoData = ImplementationTestUtils.invokeGotoImplementations(getEditor(), getFile());
|
||||
ImplementationTestUtils.assertGotoImplementations(getEditor(), gotoData);
|
||||
GotoTargetHandler.GotoData gotoData = NavigationTestUtils.invokeGotoImplementations(getEditor(), getFile());
|
||||
NavigationTestUtils.assertGotoImplementations(getEditor(), gotoData);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -48,7 +48,7 @@ public class JetGotoImplementationTest extends LightCodeInsightTestCase {
|
||||
|
||||
protected void doTest() {
|
||||
configureByFile(getTestName(false) + ".kt");
|
||||
GotoTargetHandler.GotoData gotoData = ImplementationTestUtils.invokeGotoImplementations(getEditor(), getFile());
|
||||
ImplementationTestUtils.assertGotoImplementations(getEditor(), gotoData);
|
||||
GotoTargetHandler.GotoData gotoData = NavigationTestUtils.invokeGotoImplementations(getEditor(), getFile());
|
||||
NavigationTestUtils.assertGotoImplementations(getEditor(), gotoData);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ public class JetGotoSymbolTest extends LightCodeInsightFixtureTestCase {
|
||||
String fileName = getTestName(true) + ".kt";
|
||||
myFixture.configureByFile(fileName);
|
||||
|
||||
ImplementationTestUtils.assertGotoSymbol(getProject(), myFixture.getEditor());
|
||||
NavigationTestUtils.assertGotoSymbol(getProject(), myFixture.getEditor());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user