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}. * Tests for {@link CompilationException}.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 6.0
*/ */
class CompilationExceptionTests { class CompilationExceptionTests {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -24,7 +24,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* Tests for {@link ResourceFile}. * Tests for {@link ResourceFile}.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 6.0
*/ */
class ResourceFileTests { 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.assertThatIllegalStateException;
import static org.assertj.core.api.Assertions.assertThatObject; 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", private static final ResourceFile RESOURCE_FILE_1 = ResourceFile.of("path1",
"resource1"); "resource1");