
When i tried to generate setUp method, it took me a while to understand which annotation i should use.
Since setUp and tearDown are concepts more commonly, i suggest to add it to the quickpick.
The items could be like the following:
@Test
setUp/@BeforeEach
tearDown/@AfterEach
@BeforeAll
@AfterAll