IntelliJ IDEA. Writing Tests with JUnit 5

In this tutorial we’re going to look at features of JUnit 5 that can make it easier for us to write effective and readable automated tests. - Setting up Gradle; - Creating and Running at Test; - Optional Configuration; - Disabling Tests; - Helpful Test Names for Display; - Live Templates for Test Methods; - Multiple Assertions; - Running a Group of Assertions; - Test Assumptions; - Data Driven Tests; - Checking Exceptions; - Grouping Tests with @Nested For more information, go to: Blog post: Download IntelliJ IDEA: Top 15 IntelliJ IDEA shortcuts: *Author: Trisha Gee Join us: Website Blog Twitter Facebook #getting_to_know_intellij #intelliJIDEA #intelliJ #JetBrains #Java #Programming
Back to Top