λ Tony's Blog λ
ScalaCheck 1.3 yippee!
Posted on May 12, 2008ADDED Arbitrary instance for functions.
FIXED ConsoleReporter updated according to changes in Scala’s printf method.
CHANGED Properties and Commands now extend Prop, so they can be used as single properties.
ADDED Properties.include for grouping properties.
ADDED Prop.main for convenient test execution.
CHANGED Fixed Arbitrary for Option so that None does not occur so often.
ADDED Arbitrary instance for scala.Either (Added in Scala 2.7.1-RC2).
ADDED Existential quantifier in Prop.scala.