mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
test++
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
* User: anna
|
||||
* Date: 22-Jul-2008
|
||||
*/
|
||||
package com.intellij.refactoring;
|
||||
|
||||
public class FindMethodDuplicatesMiscTest extends FindMethodDuplicatesBaseTest {
|
||||
@Override
|
||||
protected String getTestFilePath() {
|
||||
return "/refactoring/methodDuplicatesMisc/" + getTestName(false) + ".java";
|
||||
}
|
||||
|
||||
public void testChangeReturnTypeByParameter() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testChangeReturnTypeByField() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testMethodTypeParameters() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testChangeReturnTypeByReturnExpression() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testChangeReturnTypeByReturnValue() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user