We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c2eaf commit d5daf7cCopy full SHA for d5daf7c
itest/src/edu/stanford/nlp/ie/NumberNormalizerITest.java
@@ -126,7 +126,8 @@ public void testNumbers() {
126
// System.err.println("num is " + num.toShorterString());
127
}
128
129
- assertFalse(expectedNumbers.hasNext());
+ assertFalse("expectedNumbers were left which didn't show up in the document", expectedNumbers.hasNext());
130
+ assertFalse("expectedTexts were left which didn't show up in the document", expectedTexts.hasNext());
131
132
133
@Test
0 commit comments