Tag and ExtendWith annotations

Adding further annotations to your project

Introduction

  • How to @Tag your tests to be able to run them in groups later on.
  • How to use @ExtendWith to integrate JUnit 5 with other libraries such as Spring Boot.