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
Now, I'd like to exhaustively generate an Arbitrary[Expression] with scalacheck-shapeless, which uses my custom implementation of Arbitrary[Expression.Identifier]. Is that possible somehow?
My problem is that I have certain requirements on the name: String field in Identifier, which throws away too many test cases when I just filter the Arbitrary[Expression]
The text was updated successfully, but these errors were encountered:
I have sealed trait similar to this one:
Now, I'd like to exhaustively generate an
Arbitrary[Expression]
withscalacheck-shapeless
, which uses my custom implementation ofArbitrary[Expression.Identifier]
. Is that possible somehow?My problem is that I have certain requirements on the
name: String
field inIdentifier
, which throws away too many test cases when I just filter theArbitrary[Expression]
The text was updated successfully, but these errors were encountered: