mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 12:50:18 +07:00
this way non-JVM engines won't need to filter by class name, when package name is enough avoid filtering by class names when package name can be used instead = keep filters for pattern configurations only GitOrigin-RevId: 25e9a87cbb39c6d50e4bcfa3d8cb7956b90b4110
6 lines
84 B
Java
6 lines
84 B
Java
package tests1;
|
|
|
|
class MyTest5 {
|
|
@org.junit.jupiter.api.Test
|
|
void method() { }
|
|
} |