+1 vote
in JAVA by
Which of the following annotation causes that method run after each test methods?

@BeforeAll

@test

@AfterEach

@AfterAll

1 Answer

0 votes
by
@AfterEach
...