Prefer Kotlin Junit test run configurations when possible (KT-33787)

This commit is contained in:
Yan Zhulanow
2019-10-24 20:21:18 +09:00
parent 987307cf92
commit ef8b3cb72a
12 changed files with 257 additions and 64 deletions
@@ -0,0 +1,11 @@
import org.junit.Test;
public class MyJavaTest {
@Test
public void testA() {
}
@Test
public void testB() {
}
}