Class PatternTestCase
- java.lang.Object
-
- org.opensextant.extractors.flexpat.PatternTestCase
-
- Direct Known Subclasses:
GeocoordTestCase
,TestCase
,TestCase
public class PatternTestCase extends java.lang.Object
- Author:
- ubaldino
-
-
Constructor Summary
Constructors Constructor Description PatternTestCase(java.lang.String _id, java.lang.String _family, java.lang.String _text)
-
Method Summary
Modifier and Type Method Description void
setRemarks(java.lang.String rmks)
Set the test remarks and IFF the word "fail" is in the comment, the test is indicated as a true negative.
-
-
-
Field Detail
-
id
public java.lang.String id
-
text
public java.lang.String text
-
family
public java.lang.String family
-
family_id
public int family_id
-
true_positive
public boolean true_positive
-
match
public TextMatch match
-
remarks
public java.lang.String remarks
-
-