mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 12:50:18 +07:00
9 lines
203 B
Java
9 lines
203 B
Java
package test1.nested;
|
|
|
|
@org.junit.runner.RunWith(org.junit.runners.Parameterized.class)
|
|
public class TestWithJunit4 {
|
|
@org.junit.Test
|
|
public void test1() {}
|
|
|
|
public static class InnerNoTests {}
|
|
} |