We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe96b5 commit 9c3c1c6Copy full SHA for 9c3c1c6
org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java
@@ -33,12 +33,15 @@
33
import org.springframework.util.StringUtils;
34
35
/**
36
- * Utility methods for working with {@link ContextLoader ContextLoaders}
37
- * and resource locations.
+ * Utility methods for working with {@link ContextLoader ContextLoaders},
+ * resource locations and classes, and active bean definition profiles.
38
*
39
* @author Sam Brannen
40
* @since 3.1
41
* @see ContextLoader
42
+ * @see ContextConfiguration
43
+ * @see ActiveProfiles
44
+ * @see MergedContextConfiguration
45
*/
46
abstract class ContextLoaderUtils {
47
0 commit comments