Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New
Description
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.