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: spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,15 +94,15 @@
94
94
String[] properties() default {};
95
95
96
96
/**
97
-
* The <em>annotated classes</em> to use for loading an
97
+
* The <em>component classes</em> to use for loading an
98
98
* {@link org.springframework.context.ApplicationContext ApplicationContext}. Can also
99
99
* be specified using
100
100
* {@link ContextConfiguration#classes() @ContextConfiguration(classes=...)}. If no
101
101
* explicit classes are defined the test will look for nested
102
102
* {@link Configuration @Configuration} classes, before falling back to a
103
103
* {@link SpringBootConfiguration} search.
104
104
* @see ContextConfiguration#classes()
105
-
* @return the annotated classes used to load the application context
105
+
* @return the component classes used to load the application context
0 commit comments