mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish assertion
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ public class ImportSelectorTests {
|
||||
String[] beanNames = context.getBeanFactory().getBeanDefinitionNames();
|
||||
assertThat(beanNames).endsWith("importSelectorTests.FilteredConfig",
|
||||
ImportedSelector2.class.getName(), "b");
|
||||
assertThat(beanNames).doesNotContain(Object.class.getName());
|
||||
assertThat(beanNames).doesNotContain("a", Object.class.getName(), "c");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user