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}.
|
* Tests for {@link CompilationException}.
|
||||||
*
|
*
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @since 6.0
|
|
||||||
*/
|
*/
|
||||||
class CompilationExceptionTests {
|
class CompilationExceptionTests {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue