Creating and running a test
Getting a JUnit 5 Test running.
Creating a running a Junit 5 Test
- Creating an example JUnit 5 test
- Generating a test method in the test class
- Using the JUnit 5 Assertions class
- Running the test class and viewing the run tool window
- Using IntelliJ IDEA to help you reduce class visibility
- Viewing failing tests