NightOwl888 opened a new pull request #474: URL: https://github.com/apache/lucenenet/pull/474
Closes #257. This adds a reference to `RandomizedTesting.Generators` and eliminates all `RandomizedTesting` code from the test framework. Note that some of the random methods were originally part of Lucene, but having methods that can generate random unicode strings is probably something that we will often need without a dependency on the test framework. The `TestUtil` method signatures were left intact (aside from parameter names), but they now just cascade the call to `RandomizedTesting.Generators`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
