Release History

By product

JustMock Free 2015.1224

February 24, 2015

What's new:

New: Mock.NonPublic.Arrange() and Mock.NonPublic.Assert() without specifying arguments
New: Automocking for abstract classes

New: Mocking Containers Integration:
- MEF - https://github.com/tailsu/Telerik.JustMock.Mef
- Unity - https://github.com/tailsu/Telerik.JustMock.Unity
- Entity Framework Integration - https://github.com/tailsu/Telerik.JustMock.EntityFramework

What's fixed:

Fixed: ConvertMockExpressionToString() doesn't respect arrangements on ToString() on custom types
Fixed: Mock.Raise() doesn't call event handler in a GuardExternal block
Fixed: Can't create mock of class with generic method implementing an interface method with different generic parameter names