Java Community | Help. Code. Learn.JC|HCL
Java Community | Help. Code. Learn.โ€ข3y agoโ€ข
70 replies
mjstx

JUnit Test confusion

Hey, i had a few questions which my professor didnt really bother explaining, but when writing a JUnit test for lets say this equation (solves quadratics) i know how to test for given variable values, for e.g: p=1, q=2. But what if i wanted to test for all variable combinations of p and q?
image.png
Was this page helpful?