We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8edda5c + 8d21661 commit e414874Copy full SHA for e414874
spring-core/src/test/java/org/springframework/SpringCoreTestSuite.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2022 the original author or authors.
+ * Copyright 2002-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -28,7 +28,11 @@
28
* @author Sam Brannen
29
*/
30
@Suite
31
-@SelectPackages({"org.springframework.core", "org.springframework.util"})
+@SelectPackages({
32
+ "org.springframework.aot",
33
+ "org.springframework.core",
34
+ "org.springframework.util"
35
+})
36
@IncludeClassNamePatterns(".*Tests?$")
37
class SpringCoreTestSuite {
38
}
0 commit comments