You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-contextconfiguration.adoc
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ Resource locations are typically XML configuration files or Groovy scripts locat
10
10
classpath, while component classes are typically `@Configuration` classes. However,
11
11
resource locations can also refer to files and scripts in the file system, and component
12
12
classes can be `@Component` classes, `@Service` classes, and so on. See
13
-
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[Component Classes] for further details.
The following example shows a `@ContextConfiguration` annotation that refers to an XML
16
17
file:
@@ -137,6 +138,6 @@ configuration classes as well as context initializers that are declared by super
137
138
or enclosing classes.
138
139
139
140
See xref:testing/testcontext-framework/ctx-management.adoc[Context Management],
140
-
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-nested-test-configuration[`@Nested` test class configuration], and the `@ContextConfiguration`
141
+
xref:testing/testcontext-framework/support-classes.adoc#testcontext-junit-jupiter-nested-test-configuration[`@Nested` test class configuration],
142
+
and the {spring-framework-api}/test/context/ContextConfiguration.html[`@ContextConfiguration`]
0 commit comments