Skip to content

Commit d8d74fa

Browse files
committed
Polishing
1 parent e995854 commit d8d74fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/docs/asciidoc/testing.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,14 +1144,14 @@ Each of the following may be used as meta-annotations in conjunction with the
11441144
* `@Sql`
11451145
* `@SqlConfig`
11461146
* `@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)_
11551155

11561156
For example, if we discover that we are repeating the following configuration across our
11571157
_JUnit 4_ based test suite...

0 commit comments

Comments
 (0)