Files
openide/java/java-tests/testData/junit/configurations/module7/tests1/MyTest5.java
Anna Kozlova ce78107b99 [junit] explicitly add filter on package name (IDEA-276463)
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
2021-08-24 21:46:08 +00:00

6 lines
84 B
Java

package tests1;
class MyTest5 {
@org.junit.jupiter.api.Test
void method() { }
}