JUNIT - Running multiple methods in Run/Debug configuration via method option

已回答

I would like to run multiple Junit test cases from a single class and I would like to do it without group them in @tags or grep them in @suits and @runWith annotaion. Just the ability to type in Method box : Test1, Test5 ,Test10 and Run(or debug). Is there a plugin who does that?

thx

0

请先登录再写评论。