Progress Monitor for Junit Execution
已回答
I am running Junit in IntelliJ IDEA Community Edition 2022.1.4 using ProgramRunnerUtil.executeConfiguration() in my plugin code. How do I add Progress Monitor for Junit execution, so that UI will be freezed untill execution completes.
请先登录再写评论。
Hi,
UI should never be frozen, as it causes a terrible user experience. Why would you want to do it? Please explain your use case in detail.