mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-66018 provide smart completion for assertEquals() arguments
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import junit.framework.Assert;
|
||||
import java.io.File;
|
||||
|
||||
public class Aaaaaaa extends Assert {
|
||||
|
||||
{
|
||||
File boo;
|
||||
int bar;
|
||||
assertEquals(new File("x"), b<caret>);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user