Polish
This commit is contained in:
parent
b44eb63d29
commit
aa5d7398d5
|
@ -28,7 +28,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
* Tests for {@link CompilationException}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.0
|
||||
*/
|
||||
class CompilationExceptionTests {
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
|
|||
* Tests for {@link Compiled}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.0
|
||||
*/
|
||||
class CompiledTests {
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
* Tests for {@link DynamicClassFileObject}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.0
|
||||
*/
|
||||
class DynamicClassFileObjectTests {
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ import static org.mockito.BDDMockito.then;
|
|||
* Tests for {@link DynamicJavaFileManager}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.0
|
||||
*/
|
||||
class DynamicJavaFileManagerTests {
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
* Tests for {@link DynamicJavaFileObject}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.0
|
||||
*/
|
||||
class DynamicJavaFileObjectTests {
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,7 +24,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
* Tests for {@link ResourceFile}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 6.0
|
||||
*/
|
||||
class ResourceFileTests {
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue