You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/04/20 17:15:22 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #474: Moved the RandomizedTesting generators to a separate library (Closes #257)

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:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 merged pull request #474: Moved the RandomizedTesting generators to a separate library (Closes #257)

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #474:
URL: https://github.com/apache/lucenenet/pull/474


   


-- 
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:
users@infra.apache.org