Registry / testing / junit-vintage-engine

junit-vintage-engine

JSON →
library6.0.3javamavenunverified

Module 'junit-vintage-engine' of JUnit, allowing JUnit 4 tests to run under JUnit 5 platform.

<dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>6.0.3</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-VINTAGE-ENGI
J
junit-vintage-engine
testingjavav6.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VintageTestEngine
org.junit.vintage.engine.VintageTestEngine

JUnit 4 test class that runs via Vintage engine under JUnit 5.

// No direct import needed; include dependency and JUnit 4 tests run automatically under JUnit 5. import org.junit.Test; import static org.junit.Assert.*; public class MyTest { @Test public void test() { assertTrue(true); } }
Debug
Known issues
breakingJUnit Vintage Engine is deprecated and will be removed in JUnit 6.
fix
Migrate JUnit 4 tests to JUnit 5 using the junit-jupiter-api.
affects: >=6.0.0
Upgrade
Version history
6.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
junit-vintage-engine — mvn dependency:get junit-vintage-engine · libregistry