Telerik JustMock Releases

Released: Oct 21, 2020

Updates in R3 2020 SP1

Funktionen

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

Fehlerkorrekturen

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

Released: Sep 16, 2020

Updates in R3 2020

Funktionen

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

Fehlerkorrekturen

  • Interception of System.Environment...

Released: Jun 17, 2020

Updates in R2 2020 SP1

Funktionen

  • Implemented support for .NET 5 Preview 5.

Fehlerkorrekturen

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

Released: May 13, 2020

Updates in R2 2020

Funktionen

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

Fehlerkorrekturen

  • 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

Updates in R1 2020 SP2

Fehlerkorrekturen

  • 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

Updates in R1 2020 SP1

Funktionen

  • Optimizes the number of JustMock test project templates.

Fehlerkorrekturen

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

Released: Jan 15, 2020

Updates in R1 2020

Funktionen

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

Fehlerkorrekturen

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

Released: Oct 30, 2019

Updates in R3 2019 SP1

Fehlerkorrekturen

  • 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

Updates in R3 2019

Funktionen

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

Fehlerkorrekturen

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

Released: Jun 20, 2019

Updates in R2 2019 SP1

Funktionen

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

Fehlerkorrekturen

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