Class PatternTestCase
java.lang.Object
org.opensextant.extractors.flexpat.PatternTestCase
- Direct Known Subclasses:
GeocoordTestCase
,TestCase
,TestCase
- Author:
- ubaldino
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRemarks
(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
-
-