Release History

By product

JustMock Free 2015.3929

September 29, 2015

JustMock Lite Q3 2015 Release Notes (version 2015.3.929.5)


What's new:

  • Added: Ability to use 'dynamic' for the non-public API
  • Added: RecursiveMockingBehavior should understand Task<T>
  • Added: Dynamic interface for PrivateAccessor
  • Added: PrivateAccessor should infer generic arguments when calling generic methods by name
  • Added: PrivateAccessor should be able to call generic methods if given a name and type arguments
  • Added: Add explanation message parameter to Mock.Assert methods
  • Added: Get accumulated bug fixes from upstream Castle.Core repo
  • Added: Make arrangements disposable

What's fixed:

  • Fixed: Improve memory usage - new DynamicProxyInterceptor per repo, instead of per mock
  • Fixed: Transparent proxies don't work with abstract methods
  • Fixed: Transparent proxies don't record calls when they're made from within the mock
  • Fixed: RecursiveLoose doesn't always work inside the constructor of a mock
  • Fixed: PrivateAccessor doesn't work with transparent proxies
  • Fixed: Transparent proxies aren't considered self-equal