dotCover 2017.1 Help

Configuring Unit Test Support

In dotCover options, you can configure the way dotCover supports unit testing.

To enable or disable unit test support

  1. On the ReSharper | Options | Environment | Products & Features | Unit Testing page, check or clear the Enable Unit Testing check-box.
  2. When the unit testing support is disabled, the ReSharper | Cover |Unit Tests submenu of the main menu is grayed out; Unit Test Explorer window and Unit Test Sessions window are not available, the text editor integration features for unit tests are disabled.

To configure unit testing support

  1. On the ReSharper | Options | Environment | Products & Features | Unit Testing page, check or clear the Enable Unit Testing check-box.
  2. On the ReSharper | Options | Tools | Unit Testing page, adjust unit testing support.
  3. Out of the box, dotCover supports NUnit, XUnit, and MSTest. You can enable, disable, and configure these separately on the corresponding pages of dotCover options: Tools | Unit Testing | NUnit, Tools | Unit Testing | xUnit, and Tools | Unit Testing | MSTest
Last modified: 24 August 2017

See Also