Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khlaifiabilel authored Nov 23, 2020
1 parent 8d7c382 commit bb3ca75
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,21 @@ JUnit Vintage provides a TestEngine for running JUnit 3 and JUnit 4 based tests

JUnit 5 requires Java 8 (or higher) at runtime. However, you can still test code that has been compiled with previous versions of the JDK.

## JUnit 5 Features

To find out what features are available in JUnit 5 and how to use them, read the corresponding sections of this User Guide, organized by topic.

* Writing Tests in JUnit Jupiter

* Migrating from JUnit 4 to JUnit Jupiter

* Running Tests

* Extension Model for JUnit Jupiter

* Advanced Topics

* JUnit Platform Launcher API

* JUnit Platform Test Kit

0 comments on commit bb3ca75

Please sign in to comment.