Analyzing code coverage with dotCover

As we mentioned previously in this chapter, ReSharper can work together with dotCover—another great tool created by JetBrains. dotCover is a code coverage tool that can work independently of ReSharper but it can be also used together with it.

dotCover simply analyzes your code and presents a report that shows how much of your code is covered by unit tests.

To run dotCover from ReSharper, select Cover Unit Tests with dotCover from any place where you can run unit tests with ReSharper. The report will be displayed in the Unit Test Sessions window in a separate tab, as shown in the following screenshot:

Analyzing code coverage with dotCover

Note

You can read more about dotCover on the JetBrains website at http://www.jetbrains.com/dotcover/.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.133.160