in munit scalacheck, how do I limit the number of inputs required to pass the test?
How do you set the number of required succesful scalacheck tests
118 views Asked by Martijn At
1
in munit scalacheck, how do I limit the number of inputs required to pass the test?
If your test extends
munit.ScalaCheckSuite, there is a protecteddef scalaCheckTestParametersyou can override to set the test parameters. A good way to set it is to modify the value in the base class, for example