JUnit 5

JUnit 5 is the Java testing framework used to organize test cases into test suites. The @Suite annotation enables test class grouping, tag-based filtering, and hierarchical suite composition, making it the standard Java test suite management solution for unit, integration, and API tests.

API entry from apis.yml

apis.yml Raw ↑
name: JUnit 5
description: JUnit 5 is the Java testing framework used to organize test cases into test suites. The @Suite
  annotation enables test class grouping, tag-based filtering, and hierarchical suite composition, making
  it the standard Java test suite management solution for unit, integration, and API tests.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://junit.org/junit5/
baseURL: https://junit.org/junit5/
tags:
- Java
- Test Suite
- Unit Testing
properties:
- type: Documentation
  url: https://junit.org/junit5/docs/current/user-guide/
- type: GitHubOrg
  url: https://github.com/junit-team/junit5