I have started testing and now i want to use @After, @Before and @Test but my application only runs the @Before method an
@After
@Before
@Test
Use @BeforeEach instead of @Before and @AfterEach instead of @After.
@BeforeEach
@AfterEach