Rilasci di Telerik JustMock

Released: May 15, 2019

Aggiornamenti in R2 2019

Funzionalità

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

Correzioni

  • Calling Mock.Reset is not thread safe.
  • Call to Arrange method wrongly mocks property used as an argument.
  • Calling async task of mocked object...

Released: Jan 16, 2019

Aggiornamenti in 2019 R1

Funzionalità

  • Implemented support for .Net Core 2.0.
  • Added new command line tool named JustMock Console.
  • Implemented support for Visual Studio 2019.
  • Improved Log and Trace functionality in the profiler.

Correzioni

  • Hanging Live Share process when the JustMock profiler is enabled.
  • Can't add JustMock task to AzureDevOps pipeline.
  • Mock assert doesn't fail when there are multiple mocks with occurrence expectations that are not satisfied.

Released: Sep 12, 2018

Aggiornamenti in R3 2018

Funzionalità

  • Added support for the C# feature Ref Returns and Ref Locals.
  • Added support for the C# feature Local Functions.
  • Added support for the C# feature Named Parameters.
  • Added support for mocking non-public property setters.

Correzioni

  • AssertSet can't verify the occurrence of a property set when a result of a mocked object is used as a value.
  • InvalidOperationException is thrown when using JustMock with NCrunch.

Released: May 16, 2018

Aggiornamenti in R2 2018

Funzionalità

  • New JustMock VSTest build task which executes tests mocked with JustMock on your build machine using TFS 2015, TFS 2017 or TFS 2018.
  • Compatibility with the latest versions of the following code coverage tools: DotCover 2017.3.1 and NUnit 3.9.0
  • Support for the C# 6 feature Read-only Auto-properties
  • Support for the C# 6 feature Auto-Property initializer
  • Support for the C# 6 feature Expression-bodied function members
  • Support for the C# 6 feature String Interpolation
  • Support for the C...

Released: Jan 17, 2018

Aggiornamenti in R1 2018

Funzionalità

  • Web based build task for VSTest 1 (TFS 2015 - 2018).
  • Web based build task for VSTest 2 (TFS 2017 - 2018).
  • Up to date integration with all supported third party tools.

Correzioni

  • Fixed integration with dotCover version greater than 2016.2.
  • Fixed integration with NUnit version greater than 3.8.
  • Fixed exception on Visual Studio 2017 start when JustMock is installed.