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
Check that you are using Junit4 because from Junit5 onwards @Before/@After is now @BeforeEach/@AfterEach and similalry @BeforeClass/@AfterClass is @AfterAll/@BeforeAll.