Unlock the hidden colors of JUnit dynamics. π
Spectra is a powerful extension for JUnit 5 that makes creating dynamic tests simple and expressive β without losing the full power of the JUnit lifecycle (@BeforeAll, @BeforeEach, @AfterAll, @AfterEach).
With annotation processing and a clean API, Spectra eliminates boilerplate and turns your dynamic tests into first-class citizens.
- Write dynamic tests without boilerplate.
- Keep the full JUnit lifecycle in your dynamic tests.
- Powered by annotation processing for clean, concise code.
- Designed to be simple, expressive, and extensible.
Add Spectra to your test dependencies:
<dependency>
<groupId>org.archmix</groupId>
<artifactId>spectra-oss</artifactId>
<version>0.1.0</version>
<scope>test</scope>
</dependency>