KCR28: builder: remove empty test class
This commit is contained in:
parent
81768ff9f9
commit
9ac59206a0
1 changed files with 0 additions and 19 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue