Skip to content

hunit-dejafu-0.6.0.0

@barrucadu barrucadu tagged this 07 Jun 16:12
https://hackage.haskell.org/package/hunit-dejafu-0.6.0.0

Test.HUnit.DejaFu:

- The refinement property testing functionality of dejafu is exposed
  in the new `testProperty` function, and re-exported values.
- Due to changes in dejafu, the `Way` type is now abstract and exposes
  smart constructor functions:
    - `systematically`, corresponding to the old `Systematically`.
    - `randomly`, corresponding to the old `Randomly`.
    - `uniformly`, a new uniform random (as opposed to weighted
      random) scheduler.
    - `swarmy`, corresponding to the old `Randomly` and specifying how
      many executions to use the same weights for.
- The `defaultWay`, `defaultMemType`, and `defaultBounds` values are
  all now re-exported.

Miscellaneous:

- Only dejafu 0.7 is supported.
Assets 2