When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Java SE 17 Unit Testing with JUnit

Unit testing is a critical skill for software developers. This course will teach you how to write and run unit tests for Java with one of the most popular unit testing tools in existence: JUnit.

     
  • 5
  •  |
  • Reviews ( 45 )
Free

This Course Includes

  • iconpluralsight
  • icon5 (45 reviews )
  • icon1 hour 57 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Java SE 17 Unit Testing with JUnit

A Java developer is expected to be able to unit test their code, and this course will show you how to do that with JUnit. In this course, Java SE 17 Unit Testing with JUnit, you’ll learn how to create JUnit tests and keep them organized. First, you'll discover the many assertions that JUnit provides to validate expected results. Next, you'll explore how to utilize the JUnit lifecycle annotations to manage test setup and teardown, and how to improve your test reports. Finally, you’ll learn how to run your tests from a variety of tools including IDEs, Maven, and continuous delivery products. By the end of this course, you’ll be ready to write great unit tests for your code!

What You Will Learn?

  • Course Overview : 1min.
  • Understanding JUnit : 7mins.
  • Installing and Running JUnit : 12mins.
  • Creating Tests : 9mins.
  • Writing Test Methods and Using Assertions : 37mins.
  • Leveraging Test Lifecycle : 11mins.
  • Controlling Test Execution : 18mins.
  • Managing Test Reporting : 11mins.
  • Running Unit Tests as Part of a Build Pipeline : 4mins.
  • Learning More : 2mins.