lucene
lucene copied to clipboard
LUCENE-10662 Make LuceneTestCase to not extend from org.junit.Assert
Description (or a Jira issue link if you have one)
https://issues.apache.org/jira/browse/LUCENE-10662
- 1st commit renames some methods to avoid naming conflicts.
- 2nd commit removes
extends Assert
fromLuceneTestCase
and adds static imports oforg.junit.Assert.xxx
everywhere.
Postponed (indefinitely?), see LUCENE-10662.