Releases: telerik/JustMockLite
Releases · telerik/JustMockLite
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.
Release 2018 R3 - 2018.3.912.1
Merge pull request #52 from telerik/rusev/mock-locals Add class used for testing mocking C# 7 local function inside another…