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:
committed by
Grzegorz Piwowarek
parent
498c7604e1
commit
ce645b67d2
@@ -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 {
|
||||
Reference in New Issue
Block a user