mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
extract class: constructor params (IDEA-73788 )
This commit is contained in:
@@ -101,6 +101,14 @@ public class ExtractClassTest extends MultiFileTestCase{
|
||||
doTestMethod();
|
||||
}
|
||||
|
||||
public void testNoConstructorParams() throws Exception {
|
||||
doTestFieldAndMethod();
|
||||
}
|
||||
|
||||
public void testConstructorParams() throws Exception {
|
||||
doTestFieldAndMethod();
|
||||
}
|
||||
|
||||
private void doTestFieldAndMethod() throws Exception {
|
||||
doTestFieldAndMethod("bar");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user