Skip to content

Releases: surajp/universalmock

v0.9.1-beta - Sequential Mutators

12 Jun 16:37
41f9e31
Compare
Choose a tag to compare
  • Fixes issue with Mutator chaining that was introduced in a previous release. Thanks to @frankpeleato for pointing this out
  • Adds support for Sequential Mutators, letting you specify the mutator(s) to be used based on the method call count.
  • More tests
  • Re-organized README

v0.9-beta - Add Sequential Mocks

04 Nov 13:42
ad4106e
Compare
Choose a tag to compare
  • Add ability to mock different return values and/or exceptions for the same method based on the call count. Addresses #18

v0.4-beta - Add support for async tests

06 Apr 23:28
102a78b
Compare
Choose a tag to compare
  • Adds support for testing Queueables or Batchables using System.enqueueJob and Database.execueBatch

v0.3-beta - Add better autocomplete support

19 Oct 13:58
235835d
Compare
Choose a tag to compare
  • Add better autocomplete support through use of virtual inner classes
  • Remove unused methods and variables to reduce bloat

v0.2-beta

03 May 01:30
5f21833
Compare
Choose a tag to compare

Bugs have been ironed out, code refactored and organized cleanly. No breaking api changes will be made from this point onwards!

v0.1-alpha

29 Aug 19:30
Compare
Choose a tag to compare

First Release.