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: modules/junit-vintage/src/main/java/org/testcontainers/junit/vintage/FailureDetectingExternalResource.java
+31-6Lines changed: 31 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@
12
12
/**
13
13
* {@link TestRule} which is called before and after each test, and also is notified on success/failure.
14
14
*
15
-
* This mimics the behaviour of TestWatcher to some degree, but failures occurring in this rule do not
16
-
* contribute to the overall failure count (which can otherwise cause strange negative test success
17
-
* figures).
15
+
* This mimics the behaviour of TestWatcher to some degree, but failures occurring in {@code starting()}
0 commit comments