Skip to content

Commit de41ece

Browse files
committed
Fix JUnit 5 docs
1 parent b110629 commit de41ece

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/test_framework_integration/junit_5.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Jupiter / JUnit 5
22

3-
While Testcontainers is tightly coupled with the JUnit 4.x rule API, this module provides
4-
an API that is based on the [JUnit Jupiter](https://junit.org/junit5/) extension model.
3+
This module provides an API that is based on the [JUnit Jupiter](https://junit.org/junit5/) extension model.
54

65
The extension supports two modes:
76

@@ -58,10 +57,6 @@ using JUnit 5.
5857

5958
## Limitations
6059

61-
Since this module has a dependency onto JUnit Jupiter and on Testcontainers core, which
62-
has a dependency onto JUnit 4.x, projects using this module will end up with both, JUnit Jupiter
63-
and JUnit 4.x in the test classpath.
64-
6560
This extension has only been tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects.
6661

6762
## Adding Testcontainers JUnit 5 support to your project dependencies

0 commit comments

Comments
 (0)