Automocking manages
your mock dependencies

Now with fully profiled mode!


See What's New
Skip Navigation LinksProducts > JustMock > What's New > Release History > Details > Q3 2011 (version 2011.3.1116)
All News

Q3 2011 (version 2011.3.1116)

JustMock Q3 2011 (v2011.3.1116)

What's new:
  • Fluent Assertions
  • Support of mocking Static constructor
  • Support of IgnoreArgument switch in Mock.Assert
  • Support of mocking methods with Expression(func(t, bool)) as argument
  • Ability to ignore instance for an expectation explicitly using IgnoreInstance switch for a setup

What's fixed:
  • Fixed: Creating instance from interface having generic overloads with same arguments
  • Fixed: Exception for abstract class in ReturnsCollection (RetunsColleciton is used for mocking IQueryable implements)
  • Fixed: Implemented dependent interfaces for target type when specified via x.Implement{TInterface} in Mock.Create