kinow commented on a change in pull request #396:
URL: https://github.com/apache/opennlp/pull/396#discussion_r711799866



##########
File path: 
opennlp-tools/src/test/java/opennlp/tools/namefind/TokenNameFinderEvaluatorTest.java
##########
@@ -26,20 +26,34 @@
 import opennlp.tools.cmdline.namefind.NameEvaluationErrorListener;
 import opennlp.tools.util.Span;
 
+import static org.mockito.Mockito.any;
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.when;
+
 /**
  * This is the test class for {@link TokenNameFinderEvaluator}..
  */
 public class TokenNameFinderEvaluatorTest {
 
 
+  public TokenNameFinder mockTokenNameFinder1(Span[] ret) {

Review comment:
       Maybe we should document this mock, we could even adapt the docs from 
the removed dummy class.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to