Telerik JustMock のリリース

Released: Feb 23, 2022

R1 2022 SP1 での更新項目

機能

  • 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.

不具合の修正

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

Released: Jan 19, 2022

R1 2022 での更新項目

機能

  • 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.

不具合の修正

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

Released: Nov 10, 2021

R3 2021 SP1 での更新項目

機能

  • 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

R3 2021 での更新項目

機能

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

不具合の修正

  • 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

R2 2021 SP1 での更新項目

機能

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

不具合の修正

  • 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

R2 2021 での更新項目

機能

  • 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.

不具合の修正

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

Released: Feb 22, 2021

R1 2021 SP1 での更新項目

機能

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

不具合の修正

  • 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 code coverage is...

Released: Jan 15, 2021

R1 2021 での更新項目

機能

  • 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.

不具合の修正

  • 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

R3 2020 SP2 での更新項目

機能

  • Added support for Microsoft .NET 5 official release.

不具合の修正

  • 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.

Released: Oct 21, 2020

R3 2020 SP1 での更新項目

機能

  • Implemented support for Microsoft .NET 5 RC2.
  • Make TCP port range used by JustMock DebugWindow Service configurable.

不具合の修正

  • JustMock fails to raise internal events.
  • Unable to run DotCover on Microsoft .NET Core 3.1 project with Elevated mocking.
  • System.NullReferenceException is thrown when calling IDebugWindowPlugin.
  • Adding JustMock NuGet package to WPF App project targeting Microsoft .NET Core causes hang in Microsoft Visual Studio.
  • PrivateAccessor.CallMethod throws AmbiguousMatchException...