mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 08:19:05 +07:00
10 lines
211 B
Java
10 lines
211 B
Java
@org.junit.runner.RunWith(UnresolvedRunner.class)
|
|
public class Test {
|
|
public void testSmth() {}
|
|
|
|
public void setUp() {}
|
|
|
|
public void tearDown(){}
|
|
|
|
public void notATestButCanBeRunnedWithCustomRunner(){}
|
|
} |