NCover Update April 2014

april-2014-releaseWe have a minor NCover update available which is primarily focused on Bolt and Desktop users.  The current version is 4.5.2595.1126.  A full list of what is included can be found on our Release Notes page.

Expanded Bolt Capabilities

In addition to several performance and reliability fixes, NCover Bolt now supports the ExpectedException properties on the TestCase attribute, including ExpectedException, ExpectedExceptionName, ExpectedMessage, and MatchType.

  • ExpectedException specifies a the Type of an exception that should be thrown by this invocation.
  • ExpectedExceptionName specifies a the FullName of an exception that should be thrown by this invocation.
  • ExpectedMessage specifies the message text of the expected exception.
  • MatchType is a MessageMatch enum value indicating how to test the expected message.

If you have any questions about any of these updates, please let us know and we will be happy to help out.