Releases: surajp/universalmock
Releases · surajp/universalmock
v0.9.1-beta - Sequential Mutators
- 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
- 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
- Adds support for testing Queueables or Batchables using
System.enqueueJob
andDatabase.execueBatch
v0.3-beta - Add better autocomplete support
- Add better autocomplete support through use of virtual inner classes
- Remove unused methods and variables to reduce bloat
v0.2-beta
v0.1-alpha
First Release.