public class VocabularyAssert extends Object
Constructor and Description |
---|
VocabularyAssert() |
Modifier and Type | Method and Description |
---|---|
static void |
assertVocabulary(Analyzer a,
InputStream vocOut)
Run a vocabulary test against one file: tab separated.
|
static void |
assertVocabulary(Analyzer a,
InputStream voc,
InputStream out)
Run a vocabulary test against two data files.
|
static void |
assertVocabulary(Analyzer a,
Path zipFile,
String vocOut)
Run a vocabulary test against a tab-separated data file inside a zip file
|
static void |
assertVocabulary(Analyzer a,
Path zipFile,
String voc,
String out)
Run a vocabulary test against two data files inside a zip file
|
public static void assertVocabulary(Analyzer a, InputStream voc, InputStream out) throws IOException
IOException
public static void assertVocabulary(Analyzer a, InputStream vocOut) throws IOException
IOException
public static void assertVocabulary(Analyzer a, Path zipFile, String voc, String out) throws IOException
IOException
public static void assertVocabulary(Analyzer a, Path zipFile, String vocOut) throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.