Bael 6556 - PR - 1st ~ 20 TC (#4359)

* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Enable our custom PMD rule and fix the build - Fixed Unit test case names
This commit is contained in:
Amit Pandey
2018-05-29 01:51:49 +05:30
committed by Grzegorz Piwowarek
parent 498c7604e1
commit ce645b67d2
23 changed files with 33 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ import opennlp.tools.tokenize.SimpleTokenizer;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.Test;
public class ChunkerTest {
public class ChunkerUnitTest {
@Test
public void givenChunkerModel_whenChunk_thenChunksAreDetected() throws Exception {