Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Apr 19, 2024
1 parent 70363b0 commit 9b0c60c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ the [docs](https://github.com/Pante/elementary/tree/master/docs/elementary/tour.
[![releases-maven](https://img.shields.io/maven-central/v/com.karuslabs/elementary)](https://central.sonatype.com/artifact/com.karuslabs/elementary/)
[![javadoc](https://img.shields.io/badge/javadoc-stable-brightgreen.svg)](https://repo.karuslabs.com/repository/elementary/latest/elementary/apidocs/index.html)

This project is mature. It requires Java 11.
This project is mature. It requires Java 11.

Used by OSS projects such as Quarkus, Jenkins & Redis Spring OM.

### Features
* Allow blackbox & whitebox testing of annotation processing.
* First class integration with JUnit 5, including parameterized tests.
* Same-file declaration of tests & test cases.
* Support for Java 9 modules.

```XML
<!-- Requires JUnit 5.9.3 & above -->
Expand Down

0 comments on commit 9b0c60c

Please sign in to comment.