Polish assertion
This commit is contained in:
@@ -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