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 2012 (version 2012.1.215)
All News

Q1 2012 (version 2012.1.215)

JustMock Q1 2012 (v2012.1.215)

What's new:
  • New: JustMock code activity workflow for one stop deployment to TFS 2010
  • New: Now we added JustMockRunner.exe - external tool (under Libraries folder) to run JustMock outside of Visual Studio and integrate with non MSTest environments
  • New: Auto arrange virtual properties during object initialization set from constructor argument

What's fixed:
  • Fixed: Exception thrown for params argument with Expression(T) type
  • Fixed: Mock.NonPublic.Assert should not execute the mock; it is raising exception when set with Throws in arrange
  • Fixed: InOrder option should only be specified after Returns call