Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Unit Testing Using Mockito and JUnit

You're reading from  Mastering Unit Testing Using Mockito and JUnit

Product type Book
Published in Jul 2014
Publisher
ISBN-13 9781783982509
Pages 314 pages
Edition 1st Edition
Languages
Author (1):
Sujoy Acharya Sujoy Acharya
Profile icon Sujoy Acharya

Measuring coverage using Gradle


Gradle can be configured to generate coverage reports using JaCoCo. This section will explain how to configure the Gradle JaCoCo plugin in your project.

The following are the steps to configure the Gradle plugin:

  1. Create a base folder named Chapter05 under any directory, such as D:/Packt; then, add a lib folder under Chapter05 and copy the JUnit4 and hamcrest JARs to the lib folder. Add another folder named Chapter05 under the base folder Chapter05 for the Java project. As per Gradle conventions, source files are kept under src/main/java and test files are kept under src/test/java. Create the directories under Chapter05\Chapter05.

    Tip

    This Chapter05 naming strategy is used for you to easily track the project and download the code from the Packt Publishing website, but your code should express the intent of the code. The name Chapter05 doesn't make any sense, maybe you can name it something like SimpleGradleProject or GradleCoverageProject.

  2. Copy the content of the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}