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: spring-integration-test-support/src/main/java/org/springframework/integration/test/condition/LogLevelsCondition.java
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@
39
39
* JUnit condition that adjusts and reverts log levels before/after each test.
40
40
*
41
41
* @author Gary Russell
42
+
* @author Artem Bilan
43
+
*
42
44
* @since 5.2
43
45
*
44
46
*/
@@ -67,7 +69,6 @@ public ConditionEvaluationResult evaluateExecutionCondition(ExtensionContext con
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ See xref:functions-support.adoc[`java.util.function` Interfaces Support].
24
24
[[x5.1-LongRunningTest]]
25
25
=== `@LongRunningTest`
26
26
27
-
A JUnit 5 `@LongRunningTest` conditional annotation is provided to check the environment or system properties for the `RUN_LONG_INTEGRATION_TESTS` entry with the value of `true` to determine if test should be run or skipped.
27
+
A JUnit Jupiter `@LongRunningTest` conditional annotation is provided to check the environment or system properties for the `RUN_LONG_INTEGRATION_TESTS` entry with the value of `true` to determine if test should be run or skipped.
28
28
29
-
See xref:testing.adoc#test-junit-rules[JUnit Rules and Conditions].
29
+
See xref:testing.adoc#test-junit-conditions[JUnit Conditions].
0 commit comments