Right click to run junit tests in gradle project broken ?
It seems like the capablitiy to run a single method with the idea test runner is unavailable for single methods in recent eaps, is this a known issue ?
Additionally there is also a "lag" when you move around and try to bring up the "run" context menu, while intellij seems to be thinking about which runners are applicable at the given
position. The response also seems slighty inconsistent if you click around a little on a given test class.....
Given a testcase:
1. // Right click here gives access to gradle test runner and Idea test runner
public class XXTest {
@Test
public void xyz() {
// right click here gives only access to the gradle test runner
}
}
Kristian
Please sign in to leave a comment.