I’ve 5 test methods in a test class annotated with @Test.
I’ve @Before and @After methods too. Is there a way to skip the method with @After only for the first Test method and run it for the rest?
I’ve 5 test methods in a test class annotated with @Test . I’ve @Before
Share
returnthe method.