Collapse everything except for JUNIT Spring annotations
已回答
I work with a lot of JUNIT integration and unit tests and some files contain over 100 different testing scenarios. When needing to make changes, I tend to collapse everything on the page, to ensure tests are not already made and discover what tests need modified. Under each test I have 3 Spring Annotations,
@Test,
@DisplayName("TestName")
@Description("This test performs this scenario flow with this data state")
I am looking to see if there is a way I can create a key binding to collapse everything on the page except for the spring annotations?
请先登录再写评论。
Hello,
Unfortunately there is no such a tool.