Merge branch '2.1.x'
This commit is contained in:
@@ -23,6 +23,7 @@ import org.junit.Test;
|
||||
|
||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.Import;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.test.context.ContextCustomizer;
|
||||
@@ -130,6 +131,7 @@ public class ImportsContextCustomizerFactoryTests {
|
||||
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@Import(ImportedBean.class)
|
||||
static class TestWithImportAndBeanMethod {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user