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 2011 (version 2011.1.315)
All News

Q1 2011 (version 2011.1.315)

What's new:

  • Ability to explicitly specify if you want a constructor to be mocked or not
  • Support for Fluent mocking syntax (accessible via Telerik.JustMock.Helpers)

What's fixed:
  • Mock.Arrange tried to creates instance even when the property was not nested
  • Mock.Arrange did not work as expected for static calls if used during test initialization
  • Issue with creating proxy that had an internal abstract member
  • Issues setting up multiple occurrences for similar calls (same signature)
  • Issue with passing out parameters as Null in Mock.Arrange
  • Sharepoint SpListCollection exception
  • Mocking of non-public virtual members from base class