Book Image

ReSharper Essentials

By : Lukasz Gasior
Book Image

ReSharper Essentials

By: Lukasz Gasior

Overview of this book

Table of Contents (18 chapters)
ReSharper Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have presented how ReSharper supports working with unit tests in Visual Studio.

ReSharper not only comes with a new, more user-friendly and configurable test runner, but also provides you with support for frameworks other than MSTest, regardless of the Visual Studio version used. ReSharper allows you to run unit tests written in JavaScript and, thanks to its integration with PhantomJS, allows you to run these tests without opening the web browser.

You have also learned how to check code coverage with dotCover—a separate tool provided by JetBrains.

In the next chapter, you will learn how to write a sample plugin for ReSharper.