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?
