cxxr / better-java

Resources for writing modern Java
Other
5.79k stars 729 forks source link

add JUnitParams to your resources list #35

Open Cs4r opened 9 years ago

Cs4r commented 9 years ago

Hey guys,

What's about adding JUnitParams to your resources list??

Basically, JUnitParams is a library which allows to create readable and maintainable parametrised tests. It is not widely known in the Java world, even though it provides much better functionalities than JUnit Parametrised runner.

cxxr commented 9 years ago

Good addition. I'm considering adding this to the JUnit section, though. What do you think?

Cs4r commented 9 years ago

Do whatever you prefer, for me both options are fine.

smoyer64 commented 8 years ago

I use JUnitParams all the time, but never without JUnit so I'd suggest the JUnit section is a perfect place to put this addition.

koppor commented 5 months ago

I think, this is now outdated with JUnit5: https://www.baeldung.com/parameterized-tests-junit-5