Release History

By product

JustMock Free 2011.31323

January 22, 2012

JustMock Q3 SP1 2011 Release Notes (v2011.3.1323)

What's new:
  • New: InOrder option now supports asserting the order of mock regardless of the instance within a test scope (e.g. test method)
  • New: IgnoreInstance switch is now available in Fluent Extensions
  • New: JM now can invoke call with expression argument with dynamic value
  • New: Windows Start Menu folder with links to the help documentation and examples
  • New: JustMock's documentation now has Help3 version shipped separately in ZIP file

What's fixed:
  • Fixed: Failed to assert method when passed with same valued int for a long type argument
  • Fixed: InOrder does not work properly when combined with Occurs
  • Fixed: Maximum number of times a call can be invoked when arranged with Occurs.AtMost() option was not asserting as expected
  • Fixed: Testing generic method with different declaring type argument
  • Fixed: Incorrect Occurs.Once exception during Mock.Assert when asserting call with mocked argument using Arg.Matches