Commit 9468510
committed
feat: add @ManagedNetwork to /junit-jupiter
This enables Testcontainers to manage the network in JUnit Jupiter tests.
With JUnit4, the users had something like @ClassRule Network ...
The new annotation enables @ManagedNetwor Network code with JUnit 51 parent aae4f64 commit 9468510
File tree
1 file changed
+20
-0
lines changed- modules/junit-jupiter/src/main/java/org/testcontainers/junit/jupiter
1 file changed
+20
-0
lines changedLines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments