On 01/03/2024 16:53, Rob Spoor wrote:
You can turn the current parameterized test into an abstract base class; you can even nest it in another class. Then for each set of parameters you use an @Nested sub class that fills in the parameters in the call to its super constructor.

Thanks Rob & Alex for some great tips. I hadn't considered @Nested, this does sound like the least invasive approach. I'll try to explore that over the weekend.

Best,

Elric

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

Reply via email to