kwik v0.2.0-beta.2_ Release Notes

Release Date: 2019-09-16 // over 4 years ago
  • ๐Ÿ—„ Deprecated ..........

    • Method Generator.randoms(Long) the generator should generate single values, not a sequence.

    โž• Added .....

    • (Breaking) method generate(Random): T in interface Generator to generate single value.
    • checkForAll. An alternative to forAll allowing to use assertion (throw in case of error) instead of returning a boolean. It can be especially helpful to more descriptive message about what is wrong.
    • ๐Ÿ—„ Generator.randomSequence extension function to replace the deprecated Generator.randoms(Long): Sequence<T>