Skip to content

Releases: telerik/JustMockLite

Release 2020 R1 SP1 -2020.1.219.1

19 Feb 14:16
d3ae919
Compare
Choose a tag to compare

The changes in the code are related mostly to the commercial version - JustMock

Release 2020 R1 - 2020.1.113.1

15 Jan 09:17
661d2ed
Compare
Choose a tag to compare

Implemented ArrangeSet and AssertSet methods for MockingContainer.

Release 2019 R3 - 2019.3.910.4

18 Sep 12:22
05b227d
Compare
Choose a tag to compare

Release 2019 R2 SP1 - 2019.2.620.1

20 Jun 13:44
d8e6958
Compare
Choose a tag to compare

Bug fixes:

Different behavior for different Arrange override.

Release 2019 R2 - 2019.2.508.1

15 May 09:08
5685dd6
Compare
Choose a tag to compare

What's new

Implemented support for verification of method call prerequisites
Implement support for throwing an exception from an asynchronous task

Bug fixes

Calling Mock.Reset is not thread safe
Call to Arrange method wrongly mocks property used as an argument
Calling async task of mocked object results in unexpected behavior or exception

Release 2019 R1 SP1 - 2019.1.207.1

07 Feb 16:22
6c35b5f
Compare
Choose a tag to compare
  • Types implementing ISerializable can't be mocked anymore.

Release 2019 R1 - 2019.1.115.2

16 Jan 12:09
9082cca
Compare
Choose a tag to compare

What's new:

Implemented support for .Net Core 2.0.

Fixed:

Mock assert doesn't fail when there are multiple mocks with occurrence expectations that are not satisfied.

Release 2018 R3 - 2018.3.912.1

12 Sep 09:20
4166d1d
Compare
Choose a tag to compare
Merge pull request #52 from telerik/rusev/mock-locals

Add class used for testing mocking C# 7 local function inside another…