You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test_framework_integration/junit_5.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Jupiter / JUnit 5
2
2
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.
5
4
6
5
The extension supports two modes:
7
6
@@ -58,10 +57,6 @@ using JUnit 5.
58
57
59
58
## Limitations
60
59
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
-
65
60
This extension has only been tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects.
66
61
67
62
## Adding Testcontainers JUnit 5 support to your project dependencies
0 commit comments