mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 21:00:59 +07:00
otherwise, module in production may be included as its (absent) test output root GitOrigin-RevId: 299a795edffa255eb4b8e189994276c2eaabd204
7 lines
121 B
Java
7 lines
121 B
Java
package p;
|
|
class MyTest {
|
|
@org.junit.jupiter.api.Test
|
|
void foo() {
|
|
org.junit.jupiter.api.Assertions.fail();
|
|
}
|
|
} |