KCR28: builder: remove empty test class

This commit is contained in:
Paul Campbell 2017-05-29 11:26:24 +01:00
parent 81768ff9f9
commit 9ac59206a0

View file

@ -1,19 +0,0 @@
package net.kemitix.checkstyle.ruleset.builder;
import org.junit.Test;
/**
* Tests for {@link CheckstyleWriterException}.
*
* @author Paul Campbell (pcampbell@kemitix.net)
*/
public class CheckstyleWriterExceptionTest {
@Test
public void canCreateException() {
//given
//when
//then
}
}