Merge branch '1.5.x'
This commit is contained in:
commit
15639d39b0
|
|
@ -55,11 +55,6 @@ public class ImportsContextCustomizerTests {
|
||||||
SecondDeterminableImportSelectorAnnotatedClass.class));
|
SecondDeterminableImportSelectorAnnotatedClass.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void importAutoConfigurationCanIgnoreAdditionalAnnotations() throws Exception {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void customizersForTestClassesWithDifferentKotlinMetadataAreEqual() {
|
public void customizersForTestClassesWithDifferentKotlinMetadataAreEqual() {
|
||||||
assertThat(new ImportsContextCustomizer(FirstKotlinAnnotatedTestClass.class))
|
assertThat(new ImportsContextCustomizer(FirstKotlinAnnotatedTestClass.class))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue