Releases: telerik/JustMockLite
Release 2020 R2 SP1 - 2020.2.616.1
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
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
The changes in the code are related mostly to the commercial version - JustMock
Release 2020 R1 SP1 -2020.1.219.1
The changes in the code are related mostly to the commercial version - JustMock
Release 2020 R1 - 2020.1.113.1
Implemented ArrangeSet and AssertSet methods for MockingContainer.
Release 2019 R3 - 2019.3.910.4
Update README.md
Release 2019 R2 SP1 - 2019.2.620.1
Bug fixes:
Different behavior for different Arrange override.
Release 2019 R2 - 2019.2.508.1
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
- Types implementing ISerializable can't be mocked anymore.
Release 2019 R1 - 2019.1.115.2
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.