You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/09/16 06:56:19 UTC

[GitHub] [commons-rng] wx930910 commented on pull request #102: replace test child class with mocking object

wx930910 commented on pull request #102:
URL: https://github.com/apache/commons-rng/pull/102#issuecomment-920628912


   Actually we can further improve the code logic by spying parent production class SamplerBase since all the overridden methods only call super methods defined in the parent class. In that case, we can get replace the child class by the spying object.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org