Skip to content

Commit ef34464

Browse files
committed
Restructure TestContext framework support sections
This commit moves the JUnit Jupiter section above the JUnit 4 section and groups all JUnit 4 sections under a new "JUnit 4 Support" heading.
1 parent ef11a00 commit ef34464

File tree

2 files changed

+198
-180
lines changed

2 files changed

+198
-180
lines changed

framework-docs/modules/ROOT/pages/testing/annotations/integration-junit4.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
= Spring JUnit 4 Testing Annotations
33

44
The following annotations are supported only when used in conjunction with the
5-
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit4-runner[SpringRunner], xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit4-rules[Spring's JUnit 4 rules]
6-
, or xref:testing/testcontext-framework/support-classes.adoc#testcontext-support-classes-junit4[Spring's JUnit 4 support classes]:
5+
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit4-runner[SpringRunner],
6+
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit4-rules[Spring's JUnit 4 rules], or
7+
xref:testing/testcontext-framework/support-classes.adoc#testcontext-support-classes-junit4[Spring's JUnit 4 support classes]:
78

89
* xref:testing/annotations/integration-junit4.adoc#integration-testing-annotations-junit4-ifprofilevalue[`@IfProfileValue`]
910
* xref:testing/annotations/integration-junit4.adoc#integration-testing-annotations-junit4-profilevaluesourceconfiguration[`@ProfileValueSourceConfiguration`]

0 commit comments

Comments
 (0)