yegor256 / cactoos

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
https://www.cactoos.org
MIT License
734 stars 162 forks source link

Can we move `SlowInputStream.java` to production classes? #1693

Open h1alexbel opened 10 months ago

h1alexbel commented 10 months ago

https://github.com/yegor256/cactoos/blob/9ee0dd1fef855129104fdbbf6e66d6eafd4bfb05/src/test/java/org/cactoos/io/SlowInputStream.java#L35

Maybe this class will be helpful to other people in their tests.

What do you think?