Book Image

IntelliJ IDEA Essentials

By : Jaroslaw Krochmalski
Book Image

IntelliJ IDEA Essentials

By: Jaroslaw Krochmalski

Overview of this book

Table of Contents (17 chapters)
IntelliJ IDEA Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, you learned how to use Maven and Gradle to build your project. You can now execute the build process or pick a single goal or plugin to be executed. Maven and Gradle are the most powerful build tools, and having them integrated in the IDE makes using them a lot more convenient.

The next chapter will cover testing. IntelliJ IDEA is designed to support developers and teams who incorporate unit testing in their software development practices. We will create and execute unit tests using JUnit and TestNG.