dotCover 2017.3 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, select/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, select 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: 17 April 2018

See Also