mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
"java.util.List" ->CommonClassNames.JAVA_UTIL_LIST
This commit is contained in:
@@ -37,7 +37,7 @@ public class PyToJavaResolveTest extends ResolveTestCase {
|
||||
public void testReturnValue() throws Exception {
|
||||
PsiElement target = resolve();
|
||||
Assert.assertTrue(target instanceof PsiMethod);
|
||||
Assert.assertEquals("java.util.List", ((PsiMethod) target).getContainingClass().getQualifiedName());
|
||||
Assert.assertEquals(CommonClassNames.JAVA_UTIL_LIST, ((PsiMethod) target).getContainingClass().getQualifiedName());
|
||||
}
|
||||
|
||||
public void testPackageType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user