Renamed tests for navigation to library.
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ import java.io.IOException;
|
|||||||
* @author Evgeny Gerashchenko
|
* @author Evgeny Gerashchenko
|
||||||
* @since 3/23/12
|
* @since 3/23/12
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractLibrariesTest extends PlatformTestCase {
|
public abstract class AbstractNavigateToLibraryTest extends PlatformTestCase {
|
||||||
protected static final String PACKAGE = "testData.libraries";
|
protected static final String PACKAGE = "testData.libraries";
|
||||||
protected static final String TEST_DATA_PATH = PluginTestCaseBase.getTestDataPathBase() + "/libraries";
|
protected static final String TEST_DATA_PATH = PluginTestCaseBase.getTestDataPathBase() + "/libraries";
|
||||||
protected VirtualFile libraryDir;
|
protected VirtualFile libraryDir;
|
||||||
+1
-1
@@ -32,7 +32,7 @@ import java.util.Map;
|
|||||||
* @author Evgeny Gerashchenko
|
* @author Evgeny Gerashchenko
|
||||||
* @since 3/11/12
|
* @since 3/11/12
|
||||||
*/
|
*/
|
||||||
public class LibrariesWithoutSourcesTest extends AbstractLibrariesTest {
|
public class NavigateToDecompiledLibraryTest extends AbstractNavigateToLibraryTest {
|
||||||
private VirtualFile classFile;
|
private VirtualFile classFile;
|
||||||
|
|
||||||
public void testAbstractClass() {
|
public void testAbstractClass() {
|
||||||
+1
-1
@@ -32,7 +32,7 @@ import org.jetbrains.jet.plugin.JetWithJdkAndRuntimeLightProjectDescriptor;
|
|||||||
* @author Evgeny Gerashchenko
|
* @author Evgeny Gerashchenko
|
||||||
* @since 3/27/12
|
* @since 3/27/12
|
||||||
*/
|
*/
|
||||||
public class LibraryNavigationRegressionTest extends LightCodeInsightFixtureTestCase {
|
public class NavigateToLibraryRegressionTest extends LightCodeInsightFixtureTestCase {
|
||||||
/**
|
/**
|
||||||
* Regression test against KT-1652
|
* Regression test against KT-1652
|
||||||
*/
|
*/
|
||||||
+1
-1
@@ -40,7 +40,7 @@ import java.util.*;
|
|||||||
* @author Evgeny Gerashchenko
|
* @author Evgeny Gerashchenko
|
||||||
* @since 3/23/12
|
* @since 3/23/12
|
||||||
*/
|
*/
|
||||||
public class LibrariesWithSourcesTest extends AbstractLibrariesTest {
|
public class NavigateToLibrarySourceTest extends AbstractNavigateToLibraryTest {
|
||||||
private VirtualFile userFile;
|
private VirtualFile userFile;
|
||||||
|
|
||||||
public void testEnum() {
|
public void testEnum() {
|
||||||
Reference in New Issue
Block a user