David Smiley created LUCENE-9032: ------------------------------------ Summary: Make public: BaseTokenStreamTestCase.checkResetException Key: LUCENE-9032 URL: https://issues.apache.org/jira/browse/LUCENE-9032 Project: Lucene - Core Issue Type: Improvement Components: modules/test-framework Reporter: David Smiley Assignee: David Smiley
Ideally {{BaseTokenStreamTestCase.checkResetException}} would be public so that 3rd party projects can test this. assertTokenStreamContents is public, checkAnalysisConsistency is public, assertAnalyzesTo is public. It's currently possible to _indirectly_ get this check because assertAnalyzesTo will call it, but this forces the use of RandomizedTesting and 3rd parties might not be using that. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org