Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
898a903d
Commit
898a903d
authored
May 31, 2019
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in javadoc
parent
4b2fdee3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CapturedOutput.java
.../org/springframework/boot/test/system/CapturedOutput.java
+1
-1
OutputCapture.java
...a/org/springframework/boot/test/system/OutputCapture.java
+1
-1
OutputCaptureExtension.java
...ingframework/boot/test/system/OutputCaptureExtension.java
+1
-1
No files found.
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/system/CapturedOutput.java
View file @
898a903d
...
...
@@ -18,7 +18,7 @@ package org.springframework.boot.test.system;
/**
* Provides access to {@link System#out System.out} and {@link System#err System.err}
* output that has been capture by the {@link OutputCaptureExtension}. Can be used to
* output that has been capture
d
by the {@link OutputCaptureExtension}. Can be used to
* apply assertions either using AssertJ or standard JUnit assertions. For example:
* <pre class="code">
* assertThat(output).contains("started"); // Checks all output
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/system/OutputCapture.java
View file @
898a903d
...
...
@@ -276,7 +276,7 @@ class OutputCapture implements CapturedOutput {
}
/**
* Save disable and restore AnsiOutput without it needing to be on the classpath.
* Save
,
disable and restore AnsiOutput without it needing to be on the classpath.
*/
private
static
class
AnsiOutputState
{
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/system/OutputCaptureExtension.java
View file @
898a903d
...
...
@@ -37,7 +37,7 @@ import org.junit.jupiter.api.extension.ParameterResolver;
* argument to your test class constructor or test method:
*
* <pre class="code">
* @ExtendWith(OutputExtension.class)
* @ExtendWith(Output
Capture
Extension.class)
* class MyTest {
*
* @Test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment