单项选择题
A.JUnit4中的@BeforeClass 标记的方法在所有的测试方法执行之前执行且只执行一次B.JUnit5中的@BeforeAll 标记的方法在所有的测试方法执行之前执行且只执行一次C.JUnit4中的@Before 标记的方法在每个测试方法执行之前都执行一次D.JUnit5中的@BeforeAll 标记的方法在每个测试方法执行之前都执行一次
A.@TargetB.@OverrideC.@DeprecatedD.@SuppressWarnings
A.@OverrideB.@OvertimeC.@DeprecatedD.@Retention