lucene icon indicating copy to clipboard operation
lucene copied to clipboard

LUCENE-10662 Make LuceneTestCase to not extend from org.junit.Assert

Open matriv opened this issue 2 years ago • 1 comments

Description (or a Jira issue link if you have one)

https://issues.apache.org/jira/browse/LUCENE-10662

matriv avatar Jul 26 '22 11:07 matriv

  • 1st commit renames some methods to avoid naming conflicts.
  • 2nd commit removes extends Assert from LuceneTestCase and adds static imports of org.junit.Assert.xxx everywhere.

matriv avatar Jul 26 '22 12:07 matriv

Postponed (indefinitely?), see LUCENE-10662.

dweiss avatar Aug 18 '22 09:08 dweiss