From d8d74faab8b6c699b4c7b29469c9f88fefdfce01 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 27 Sep 2017 21:04:58 +0200 Subject: [PATCH] Polishing --- src/docs/asciidoc/testing.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index 279bdc8de5d..5a179348f36 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -1144,14 +1144,14 @@ Each of the following may be used as meta-annotations in conjunction with the * `@Sql` * `@SqlConfig` * `@SqlGroup` -* `@Repeat` _(JUnit 4)_ -* `@Timed` _(JUnit 4)_ -* `@IfProfileValue` _(JUnit 4)_ -* `@ProfileValueSourceConfiguration` _(JUnit 4)_ -* `@SpringJUnitConfig` _(JUnit Jupiter)_ -* `@SpringJUnitWebConfig` _(JUnit Jupiter)_ -* `@EnabledIf` _(JUnit Jupiter)_ -* `@DisabledIf` _(JUnit Jupiter)_ +* `@Repeat` _(only supported on JUnit 4)_ +* `@Timed` _(only supported on JUnit 4)_ +* `@IfProfileValue` _(only supported on JUnit 4)_ +* `@ProfileValueSourceConfiguration` _(only supported on JUnit 4)_ +* `@SpringJUnitConfig` _(only supported on JUnit Jupiter)_ +* `@SpringJUnitWebConfig` _(only supported on JUnit Jupiter)_ +* `@EnabledIf` _(only supported on JUnit Jupiter)_ +* `@DisabledIf` _(only supported on JUnit Jupiter)_ For example, if we discover that we are repeating the following configuration across our _JUnit 4_ based test suite...