Automocking manages
your mock dependencies

Now with fully profiled mode!


See What's New
Skip Navigation LinksProducts > JustMock > What's New > Release History > Details > Q1 2012 SP1 (version 2012.1.508)
All News

Q1 2012 SP1 (version 2012.1.508)

JustMock Q1 2012 SP1 (v2012.1.508)

What's new:
  • New: Custom Delegate with ref/out value copy support in DoInstead
  • New: Dynamic loading of System.Web.dll from current domain in profiling API to resolve version conflict between 3.5 and 4.0
  • New option: Mock.DoNotUseProfiler() to explicitly turn off profiler for a test class scope when strictly mocking only virtual members
  • New: Wait duration support in Raises

What's fixed:
  • Fixed: Exception when mocking a property declared within a test class when profiler is turned off
  • Fixed: Exception when mocking same class type with two different generic arguments using ReturnsCollection
  • Fixed: Null reference exception when mocking extension method for enumeration type
  • Fixed: Nested or recursive exception with virtual members when profiler is turned off
  • Fixed: "IgnoreInstance" bug that was not resolving the correct instance when specified in Setup / TestInitialize method
  • Fixed: Null reference exception for asserting non mocked member
  • Documentation fixes