Support for C#7 Feature “ref return values and ref locals”
Telerik JustMock is the first mocking framework that release with R3 2018 full support for the “ref return values and ref locals” feature in C# 7. With this we’ve enabled mocking of methods that utilize and return reference to variables rather than a value. Check out more in Microsoft documentation.
Support for C#7 Feature “Local Functions”
In R3 2018, we’ve enlarged the supported C#7 features with adding support for mocking “local functions”. local functions enable you to declare methods inside the context of another method. This makes it easier for readers of the class to see that the local method is only called from the context in which is it declared.
Support for “Named Parameters”
With our third release in 2018, we’ve launched support for “named parameters”. This feature enables you to specify an argument for a particular parameter by associating the argument with the parameter's name rather than with the parameter's position in the parameter list.
Support for Mocking Non-public Property Setters
In R3 2018, we’ve made it easy for developers to mock property setters of non-public properties. For the purpose we’ve introduced new API in Mock.NonPublic.
Support for Visual Studio 2017
We now enable current and new clients to work in the latest dev environment with our best of breed product.