The JetBrains Guide will be shutting down on April 30, 2026. more...

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.