Skip to content

Commit ec2afa1

Browse files
committed
Clarify that JUnit 4.12 or later is required for Vintage engine
Resolves #2599.
1 parent 573abe6 commit ec2afa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/docs/asciidoc/user-guide/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ support for the JUnit Platform also exists in popular IDEs (see
3636
sub-project provides a `TestEngine` for running Jupiter based tests on the platform.
3737

3838
**JUnit Vintage** provides a `TestEngine` for running JUnit 3 and JUnit 4 based tests on
39-
the platform.
39+
the platform. It requires JUnit 4.12 or later to be present on the class/module path.
4040

4141
[[overview-java-versions]]
4242
=== Supported Java Versions

0 commit comments

Comments
 (0)