Prefer Kotlin Junit test run configurations when possible (KT-33787)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import org.junit.Test;
|
||||
|
||||
public class MyJavaTest {
|
||||
@Test
|
||||
public void testA() {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testB() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user