We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22af4a2 commit 464022dCopy full SHA for 464022d
junit-jupiter-api/src/main/java/org/junit/jupiter/api/ClassTemplate.java
@@ -27,7 +27,7 @@
27
* <em>class template</em>.
28
*
29
* <p>In contrast to regular test classes, a class template is not directly
30
- * a test class but rather a template for a set of test classes. As such, it is
+ * a test class but rather a template for a set of test cases. As such, it is
31
* designed to be invoked multiple times depending on the number of {@linkplain
32
* org.junit.jupiter.api.extension.ClassTemplateInvocationContext invocation contexts}
33
* returned by the registered {@linkplain
0 commit comments