Skip to content

JqwikSession Enhancements

Latest
Compare
Choose a tag to compare
@jlink jlink released this 30 Sep 12:29
· 3 commits to main since this release

New and Enhanced Features

  • Introduced API to handle random seeds outside jqwik's lifecycle.
    See issue 581.

    • Added JqwikSession.getRandom()
    • Added JqwikSession.start(String randomSeed)
    • Added JqwikSession.run(String randomSeed, Runnable runnable)

Breaking Changes

No breaking changes

Dependency Upgrades and Bug Fixes

  • Upgrade to Gradle 8.10.2
  • Upgraded to JUnit Platform 1.11.1
  • Upgraded to KotlinX 1.9.0