Skip to content

v0.5.0-RC1: Intellij plugin / monix support

Pre-release
Pre-release
Compare
Choose a tag to compare
@Baccata Baccata released this 14 Sep 08:49

Changeset : v0.4.3...v0.5.0-RC1

  • Decouple EffectSuite from Expecations.Helpers
  • Adds Monix support
  • Adds an Intellij plugin

Compatibility

This change breaks compatibility in a couple ways :

  • test methods now require a TestName instead of a String. TestName is a wrapper containing a string a source location. It is used for IDE support. The end-user should not see much of a difference as a String => TestName implicit conversion method is provided.

  • EffectSuite does not extend Expectations.Helpers anymore. However, IOSuite and co still do (the inheritance relationship has been pushed down the hierarchy to facilitate customisation