kwik v0.1.0-alpha.2_ Release Notes

Release Date: 2019-05-19 // almost 5 years ago
  • ➕ Added .....

    • ints, longs, floats, doubles and boolean generators
    • map operator to transform an existing generator
    • Generator.of() to create a generator from a finite set of samples
    • enum to create a generator from an enum
    • strings to create a String generator
    • 0️⃣ default Capable of inferring what generator to return for a given type
    • lists, sets and maps generators

    🔄 Changed .......

    • (Breaking) Default generator arguments added in forAll and checkForAll

    ✂ Removed .......

    • (Breaking) checkForAll functions as it was unsafe, allowing to forget assertions without compile-time error