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-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/system/CapturedOutput.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Provides access to {@link System#out System.out} and {@link System#err System.err}
21
-
* output that has been capture by the {@link OutputCaptureExtension}. Can be used to
21
+
* output that has been captured by the {@link OutputCaptureExtension}. Can be used to
22
22
* apply assertions either using AssertJ or standard JUnit assertions. For example:
23
23
* <pre class="code">
24
24
* assertThat(output).contains("started"); // Checks all output
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/system/OutputCapture.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ private enum Type {
276
276
}
277
277
278
278
/**
279
-
* Save disable and restore AnsiOutput without it needing to be on the classpath.
279
+
* Save, disable and restore AnsiOutput without it needing to be on the classpath.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/system/OutputCaptureExtension.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
* argument to your test class constructor or test method:
0 commit comments