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