We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388c5be commit ac86d18Copy full SHA for ac86d18
junit-jupiter-api/src/main/java/org/junit/jupiter/api/AfterAll.java
@@ -40,7 +40,7 @@
40
* methods may optionally declare parameters to be resolved by
41
* {@link org.junit.jupiter.api.extension.ParameterResolver ParameterResolvers}.
42
*
43
- * <p>Using {@code private} visibility for {@code @BeforeAll} methods is
+ * <p>Using {@code private} visibility for {@code @AfterAll} methods is
44
* strongly discouraged and will be disallowed in a future release.
45
46
* <h2>Inheritance and Execution Order</h2>
0 commit comments