Hey guys, which testibg framework would you choose...
# getting-started
o
Hey guys, which testibg framework would you choose right now? Im familiar with junit but heard about spek lately - is it as straight forward as junit 5 is? Maybe something else is worth a shot?
n
will you also do integration tests? if yes, i’d suggest testng you can order test methods via dependencies
o
Unit tests will be enough for my lib
n
then i guess junit should be more than enough