Hi all,

The test class o.a.c.functor.TestAlgorithms contains tests for several algorithms (Retain Matching, Remove Matching, Predicated Loop, among others), and it is not using generics.

I think it would be simpler to have the tests created as o.a.c.functor.algorithm.<TestAlgorithm>. This way, one test class would be responsible for one algorithm, it would have less methods, and be easier to understand.

If there is no objection, I would like to create a patch with the test classes under o.a.c.functor.algorithm, with one test for each algorithm and using generics.

Any thoughts on this?

Thank you in advance!
--
Bruno P. Kinoshita
http://www.kinoshita.eti.br
http://www.tupilabs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to