Class PatternTestCase
java.lang.Object
org.opensextant.extractors.flexpat.PatternTestCase
- Direct Known Subclasses:
GeocoordTestCase,TestCase,TestCase
- Author:
- ubaldino
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRemarks(String rmks) Set the test remarks and IFF the word "fail" is in the comment, the test is indicated as a true negative.
-
Field Details
-
id
-
text
-
family
-
family_id
public int family_id -
true_positive
public boolean true_positive -
match
-
remarks
-
-
Constructor Details
-
PatternTestCase
- Parameters:
_id- pattern identifier_family- family of pattern_text- text for test case
-
-
Method Details
-
setRemarks
Set the test remarks and IFF the word "fail" is in the comment, the test is indicated as a true negative.- Parameters:
rmks-
-