Telerik JustMock のリリース

Released: Sep 16, 2020

R3 2020 での更新項目

機能

  • Implemented support for latest preview of Microsoft .NET 5.
  • Implemented support for code coverage in JustMock Azure Pipeline task for Microsoft .NET Core.
  • Extended JustMock menu with enable/disable for Debug Window.
  • Implemented support for multiple instances of Microsoft Visual Studio for Debug Window.
  • Implemented support for nested mock repositories in Debug Window.
  • Added JustMock profiler to JustMock.Commercial NuGet package.

不具合の修正

  • Interception of System.Environment causes hang in the test...

Released: Jun 17, 2020

R2 2020 SP1 での更新項目

機能

  • Implemented support for .NET 5 Preview 5.

不具合の修正

  • Debug Window affects performance in local test run when not debugging.

Released: May 13, 2020

R2 2020 での更新項目

機能

  • Implemented a new Microsoft Visual Studio window for visualizing the mocked objects - Beta.
  • Implemented improvements in the loading time of JustMock Microsoft Visual Studio extension.
  • 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*.

不具合の修正

  • Fix Microsoft Visual Studio occasionally hanging due to the execution of code not in the UI thread of the JustMock extension.

Released: Mar 20, 2020

R1 2020 SP2 での更新項目

不具合の修正

  • The resolution of a constructor argument of a generic class, which is another generic class, fails and results in an unexpected exception.
  • Attribute names in Code Coverage Wrapper collector configuration are case sensitive.

Released: Feb 19, 2020

R1 2020 SP1 での更新項目

機能

  • Optimizes the number of JustMock test project templates.

不具合の修正

  • Integration between JustMock and the code coverage provided by Visual Studio Test Platform fails on the command line.
  • Trying to use "Telerik.JustMock.Xunit.AssertFailedException" fails to compile.
  • The selected version of .NET Framework is not respected when creating a new JustMock .NET Framework project from the corresponding template.
  • The targeted .NET Core version is not the latest installed on the machine when creating a new...

Released: Jan 15, 2020

R1 2020 での更新項目

機能

  • Implemented support for execution of Microsoft .NET Core tests by the Azure Pipeline task.
  • Implemented Microsoft Visual Studio 2019 as a Test platform option for the Azure Pipeline extension.
  • Implemented ArrangeSet and AssertSet methods for MockingContainer.
  • Implemented integration between JustMock and the code coverage provided by Visual Studio for .Net Core applications.

不具合の修正

  • Debugging .Net Core is messed up with the profiler - fixed for .NET Core 3.1.
  • JustMock tests are failing when the...

Released: Oct 30, 2019

R3 2019 SP1 での更新項目

不具合の修正

  • Mocking a static method not directly used in a test execution logic messes with the arrangements of the test.
  • System.InvalidCastException : Unable to cast object of type 'System.AppDomainSetup' is thrown after upgrading to .NET Core 3.0.
  • Mock.Reset is not executed for an arrangement made in a test setup method and when the corresponding test cleanup method is not defined.

Released: Sep 10, 2019

R3 2019 での更新項目

機能

  • Added support for .Net Core 3.0 (RC).
  • Implemented mocking of non public Generics.
  • Implemented future mocking of non public class.
  • Added new property to control if the original exception should be thrown when a private method is invoked.

不具合の修正

  • JustMock stopped working with Visual Studio 2019 version greater than 16.2.
  • Fixed NuGet package dependencies.

Released: Jun 20, 2019

R2 2019 SP1 での更新項目

機能

  • Updated the NuGet packages versions of MSTest.TestAdapter and MSTest.TestFramework used in the JustMock C# templates for .Net Framework.

不具合の修正

  • Fixed - JustMock integration with Visual Studio code coverage is not working.
  • Fixed - JustMock integration with dotCover is not working.
  • Fixed - Different behavior for different Arrange override.
  • Fixed - The static constructor of a type disrespects previously created arrangements when triggered by the Telerik.JustMock.PrivateAccessor class.

Released: May 15, 2019

R2 2019 での更新項目

機能

  • Implemented support for Azure DevOps pipeline with build agent hosted in the cloud.
  • Implemented support for verification of method call prerequisites.
  • Added automatic resolving of test context when using asynchronous tasks.
  • Implement support for throwing an exception from an asynchronous task.
  • Added new .Net Core project templates.

不具合の修正

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