# junit5-examples **Repository Path**: mirrors_andyglick/junit5-examples ## Basic Information - **Project Name**: junit5-examples - **Description**: Sample project that demonstrates using JUnit 5 dynamic tests - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # junit5-examples Sample project that demonstrates using JUnit 5 dynamic tests. Current features: * Defining tests, **@BeforeEach**, **@BeforeAll**, **@AfterEach**, and **@AfterAll** methods. * Dynamic tests using **@TestFactory** * Creating **extensions** and registering them declaratively