mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
7 lines
232 B
Java
7 lines
232 B
Java
public class QualifiedTest extends junit.framework.TestCase {
|
|
public void testFoo() {
|
|
QualifiedTest.<warning descr="junit.framework.AssertionFailedError:">assertEquals</warning>();
|
|
}
|
|
|
|
public static void assertEquals() {}
|
|
} |