Telerik JustMock Releases

Released: May 11, 2022

Updates in R2 2022

Funktionen

  • Added support for default interface implementations.
  • Added support for Microsoft .NET 7 Preview 1.
  • Added support for generating mocks with Microsoft Visual Studio quick actions.
  • Added support for handling non-public types when matching arguments.

Fehlerkorrekturen

  • System.InvalidProgramException is thrown when using Microsoft.CodeCoverage 16.10.0 and above.
  • The JustMock profiler strongly require the profiler with which will be integrated to support ICorProfilerCallback4 interface.

Released: Feb 23, 2022

Updates in R1 2022 SP1

Funktionen

  • Added examples for Microsoft Visual Studio 2022 that target Microsoft .NET 6.
  • Updated version of nuget packages used in all examples.
  • Updated versions of the targeted Microsoft .NET Framework of all examples to 4.7.2.
  • Various improvements made to the Visual Studio extension.
  • Removed examples targeting Visual Studio 2012.

Fehlerkorrekturen

  • Debug Window fails to load when using project targeting Microsoft .NET 5.
  • Unit tests execution fails with Microsoft Visual Studio 2022 version...

Released: Jan 19, 2022

Updates in R1 2022

Funktionen

  • Added significant performance optimization that enables JustMock to work on demand. This feature is in Beta.
  • Added options to disable features that have an impact on the performance.
  • Added support for the official version of Microsoft Visual Studio 2022.
  • Added support for the official version of Microsoft .NET 6.
  • Added support for C# 10 features.

Fehlerkorrekturen

  • Fixed the version number in the Visual Studio about dialog.

Released: Nov 10, 2021

Updates in R3 2021 SP1

Funktionen

  • Added support for Microsoft .NET 6.0.
  • Added support for Microsoft Visual Studio 2022.
  • Optimized unit test discovery process in Visual Studio.
  • Added AssertAll functionality to assert all arranged expectations.

Released: Sep 15, 2021

Updates in R3 2021

Funktionen

  • Introduced support for Linux.
  • Introduced support for Visual Studio 2022.
  • Introduced support for .NET 6 release candidate 1.
  • Enhanced notifications in the DebugWindow.

Fehlerkorrekturen

  • Thread leak in the DebugWindow ServiceHostMonitor.
  • InOrder arrangements fail to apply after calling to Occurs which leads to wrongly failing test.

Released: Jun 16, 2021

Updates in R2 2021 SP1

Funktionen

  • Improved trial and dev license windows.
  • Updated EULA.

Fehlerkorrekturen

  • LINQ arrangement fails for collection inheriting only IEnumerable.
  • InOrder arrangement clause cannot accept more than one call of the arranged method subsequently along an Occur expectation.
  • Long file names with more than 260 characters for test container dlls leads to AccessViolationException.

Released: May 12, 2021

Updates in R2 2021

Funktionen

  • Added information for arguments used during the mock arrangement in the Debug Window.
  • Improved performance by optimizing the process of instrumenting the code required for managing the lifecycle of the mock objects for all DLLs that contain unit tests.
  • Introduced support for .NET 6 preview 3.
  • Improved user experience when the trial period ends.

Fehlerkorrekturen

  • The selected version of .NET Core is not the latest installed when creating new .NET Core unit test project from JustMock...

Released: Feb 22, 2021

Updates in R1 2021 SP1

Funktionen

  • Introduced preliminary support for Microsoft .NET 6 Preview 1.

Fehlerkorrekturen

  • Attempt to mock a private field via dynamic wrapper results in SystemArgumentException with wrong description.
  • "Check for Updates" and "Customer Experience Improvement Program" commands from the JustMock extension menu fail to trigger in Microsoft Visual Studio 2015.
  • JustMock tests are failing in Microsoft Azure Pipelines when "Test platform version" option is set to "Installed by Tools Installer" and...

Released: Jan 15, 2021

Updates in R1 2021

Funktionen

  • Improved Debug Window user experience.
  • Implemented configurable filtration of what JustMock should be able to mock, which gain performance improvement during unit test execution when the profiler is enabled.
  • Introduced support for C# 8 and C# 9.

Fehlerkorrekturen

  • Thread leak when debugging a lot of unit tests with the Debug Window.
  • JustMock leaves orphan child process when Visual Studio crashes or is unexpectedly stopped.

Released: Nov 24, 2020

Updates in R3 2020 SP2

Funktionen

  • Added support for Microsoft .NET 5 official release.

Fehlerkorrekturen

  • MissingMemberException exception is thrown when mocking a local function in an async method.
  • Exception is thrown when Ninject.Extensions.Conventions NuGet package is referenced along JustMock.