Polish TestCompiler support
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user