File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
java/ql/lib/semmle/code/java Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,12 @@ class JUnitJupiterTestMethod extends Method {
127
127
128
128
/**
129
129
* A JUnit 5 test method.
130
+ *
130
131
* A test method is defined by JUnit as "any instance method
131
132
* that is directly annotated or meta-annotated with `@Test`,
132
133
* `@RepeatedTest`, `@ParameterizedTest`, `@TestFactory`, or
133
134
* `@TestTemplate`."
135
+ *
134
136
* See https://junit.org/junit5/docs/current/user-guide/#writing-tests-definitions
135
137
*/
136
138
class JUnit5TestMethod extends Method {
@@ -147,8 +149,10 @@ class JUnit5TestMethod extends Method {
147
149
148
150
/**
149
151
* A JUnit 5 test class.
152
+ *
150
153
* A test class must contain at least one test method, and
151
154
* cannot be abstract.
155
+ *
152
156
* See https://junit.org/junit5/docs/current/user-guide/#writing-tests-definitions
153
157
*/
154
158
class JUnit5TestClass extends Class {
You can’t perform that action at this time.
0 commit comments