You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mpilquist! It seems you're supposing that there's a way to alter parameters on a per ScalaCheckEffectSuite basis, correct?
As far as I see genParameters: Gen.Parameters in ScalaCheckEffectSuite is private so it can't be accessed or modified (in scalacheck-effect-munit 1.0.3).
ScalaCheck supports this like so:
To support in
PropF
, we could add a method likemapParameters(f: Gen.Parameters => Gen.Parameters): PropF[F]
.The text was updated successfully, but these errors were encountered: