Mastering Unit Testing Using Mockito and JUnit
上QQ阅读APP看书,第一时间看更新

Chapter 2. Automating JUnit Tests

In this chapter, you will be introduced to the concept of Extreme Programming (XP), Continuous Integration (CI), the benefits of CI, and JUnit test automation using various tools.

The following topics will be covered in this chapter:

  • CI
  • Gradle automation
  • Maven project management
  • Ant
  • Jenkins