Polish TestCompiler support

This commit is contained in:
Sam Brannen
2022-07-30 10:32:47 +03:00
parent 11d790c6eb
commit 3912ef1507
8 changed files with 16 additions and 17 deletions

View File

@@ -42,6 +42,8 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Tests for {@link TestCompiler}.
*
* @since 6.0
* @author Phillip Webb
* @author Andy Wilkinson
* @author Scott Frederick
@@ -89,6 +91,7 @@ class TestCompilerTests {
}
""";
@Test
@SuppressWarnings("unchecked")
void compileWhenHasDifferentClassesWithSameClassNameCompilesBoth() {