mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
+ Repackaging test codebase from .config.java.* -> .context.annotation.*
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
/**
|
||||
* Unit tests for classes in
|
||||
* {@literal org.springframework.context.annotation.support}
|
||||
* Unit tests for support classes related to
|
||||
* {@link org.springframework.config.java.Configuration} class processing.
|
||||
*
|
||||
* @author Chris Beams
|
||||
*/
|
||||
package org.springframework.config.java.support;
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package test.basic;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.springframework.beans.factory.support.BeanDefinitionBuilder.*;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test.basic;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import org.junit.Before;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test.basic;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test.basic;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package test.basic;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package test.feature.atimport;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package test.basic;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import java.lang.annotation.Inherited;
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package test.feature.lifecycle.scoping;
|
||||
package org.springframework.context.annotation.configuration;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Integration tests for {@link org.springframework.config.java.Configuration}
|
||||
* class processing.
|
||||
*
|
||||
* @author Chris Beams
|
||||
* @see org.springframework.config.java.Configuration
|
||||
* @see org.springframework.config.java.Bean
|
||||
* @see org.springframework.config.java.support.ConfigurationClassPostProcessor
|
||||
*/
|
||||
package org.springframework.context.annotation.configuration;
|
||||
Reference in New Issue
Block a user