Graqr / Threshr

java sdk for target's grocery api
GNU General Public License v3.0
1 stars 2 forks source link

introduce table driven testing #16

Closed Jonathan-Zollinger closed 7 months ago

Jonathan-Zollinger commented 9 months ago

Summary

introduce table driven testing to enable flexible testing input.

Proposed Solution

a quick search returns this blog post http://mrlalonde.blogspot.com/2012/08/data-driven-tests-with-junit.html

Alternative

this might be a better alternative

https://github.com/anujgandharv/easytest

Additional Context

todo

Code of Conduct