Telerik JustMock 릴리스

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

Released: Jan 16, 2019

2019 R1 버젼 업데이트

기능

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

수정사항

  • 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

R3 2018 버젼 업데이트

기능

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

수정사항

  • 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

R2 2018 버젼 업데이트

기능

  • 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# 6 feature...

Released: Jan 17, 2018

R1 2018 버젼 업데이트

기능

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

수정사항

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