This commit is contained in:
Stephane Nicoll 2022-09-15 16:00:15 +02:00
parent b44eb63d29
commit aa5d7398d5
8 changed files with 6 additions and 8 deletions

View File

@ -28,7 +28,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link CompilationException}.
*
* @author Phillip Webb
* @since 6.0
*/
class CompilationExceptionTests {

View File

@ -34,7 +34,6 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
* Tests for {@link Compiled}.
*
* @author Phillip Webb
* @since 6.0
*/
class CompiledTests {

View File

@ -29,7 +29,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link DynamicClassFileObject}.
*
* @author Phillip Webb
* @since 6.0
*/
class DynamicClassFileObjectTests {

View File

@ -33,7 +33,6 @@ import static org.mockito.BDDMockito.then;
* Tests for {@link DynamicJavaFileManager}.
*
* @author Phillip Webb
* @since 6.0
*/
class DynamicJavaFileManagerTests {

View File

@ -26,7 +26,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link DynamicJavaFileObject}.
*
* @author Phillip Webb
* @since 6.0
*/
class DynamicJavaFileObjectTests {

View File

@ -43,7 +43,6 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Tests for {@link TestCompiler}.
*
* @since 6.0
* @author Phillip Webb
* @author Andy Wilkinson
* @author Scott Frederick

View File

@ -24,7 +24,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link ResourceFile}.
*
* @author Phillip Webb
* @since 6.0
*/
class ResourceFileTests {

View File

@ -24,7 +24,12 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
import static org.assertj.core.api.Assertions.assertThatObject;
class ReResourceFilesTests {
/**
* Tests for {@link ResourceFilesTests}.
*
* @author Phillip Webb
*/
class ResourceFilesTests {
private static final ResourceFile RESOURCE_FILE_1 = ResourceFile.of("path1",
"resource1");