Skip to content

Releases: telerik/JustMockLite

Release 2020 R2 SP1 - 2020.2.616.1

17 Jun 09:50
304c375

Choose a tag to compare

What's new

  • Implemented support for .NET 5 preview 5.

What's fixed

  • Debug Window affects performance in local test run when not debugging.

Release 2020 R2 - 2020.2.513.1

13 May 11:24
35584ea

Choose a tag to compare

What's new

  • Implemented API improvements for the Arg class by adding a property of type ArExpr.
  • Implemented ArgExpr.Any* typed properties like the ones in Arg.Any*.

Release 2020 R1 SP2 - 2020.1.319.1

26 Mar 15:10
f724776

Choose a tag to compare

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

Release 2020 R1 SP1 -2020.1.219.1

19 Feb 14:16
d3ae919

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

Choose a tag to compare

Implemented ArrangeSet and AssertSet methods for MockingContainer.

Release 2019 R3 - 2019.3.910.4

18 Sep 12:22
05b227d

Choose a tag to compare

Release 2019 R2 SP1 - 2019.2.620.1

20 Jun 13:44
d8e6958

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

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

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

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.