Which annotation in JUnit 5 is used to run code before all test methods in a test class?
@BeforeAll
@BeforeEach
@Setup
@InitAll
This question is part of this quiz :