February 2014
Intermediate to advanced
124 pages
2h 28m
English
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:

You can ...
Read now
Unlock full access