File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1144,14 +1144,14 @@ Each of the following may be used as meta-annotations in conjunction with the
1144
1144
* `@Sql`
1145
1145
* `@SqlConfig`
1146
1146
* `@SqlGroup`
1147
- * `@Repeat` _(JUnit 4)_
1148
- * `@Timed` _(JUnit 4)_
1149
- * `@IfProfileValue` _(JUnit 4)_
1150
- * `@ProfileValueSourceConfiguration` _(JUnit 4)_
1151
- * `@SpringJUnitConfig` _(JUnit Jupiter)_
1152
- * `@SpringJUnitWebConfig` _(JUnit Jupiter)_
1153
- * `@EnabledIf` _(JUnit Jupiter)_
1154
- * `@DisabledIf` _(JUnit Jupiter)_
1147
+ * `@Repeat` _(only supported on JUnit 4)_
1148
+ * `@Timed` _(only supported on JUnit 4)_
1149
+ * `@IfProfileValue` _(only supported on JUnit 4)_
1150
+ * `@ProfileValueSourceConfiguration` _(only supported on JUnit 4)_
1151
+ * `@SpringJUnitConfig` _(only supported on JUnit Jupiter)_
1152
+ * `@SpringJUnitWebConfig` _(only supported on JUnit Jupiter)_
1153
+ * `@EnabledIf` _(only supported on JUnit Jupiter)_
1154
+ * `@DisabledIf` _(only supported on JUnit Jupiter)_
1155
1155
1156
1156
For example, if we discover that we are repeating the following configuration across our
1157
1157
_JUnit 4_ based test suite...
You can’t perform that action at this time.
0 commit comments