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
4757ad63
Commit
4757ad63
authored
Nov 01, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in Javadoc of assertable application context classes
Closes gh-10865
parent
dfe41cb2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ApplicationContextAssertProvider.java
...est/context/assertj/ApplicationContextAssertProvider.java
+1
-1
AssertableApplicationContext.java
...ot/test/context/assertj/AssertableApplicationContext.java
+1
-1
AssertableReactiveWebApplicationContext.java
...text/assertj/AssertableReactiveWebApplicationContext.java
+1
-1
AssertableWebApplicationContext.java
...test/context/assertj/AssertableWebApplicationContext.java
+1
-1
No files found.
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/ApplicationContextAssertProvider.java
View file @
4757ad63
...
...
@@ -27,7 +27,7 @@ import org.springframework.util.Assert;
/**
* An {@link ApplicationContext} that additionally supports AssertJ style assertions. Can
* be used to decorate an
d
existing application context or an application context that
* be used to decorate an existing application context or an application context that
* failed to start.
* <p>
* Assertions can be applied using the standard AssertJ {@code assertThat(...)} style (see
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableApplicationContext.java
View file @
4757ad63
...
...
@@ -24,7 +24,7 @@ import org.springframework.context.ConfigurableApplicationContext;
/**
* An {@link ApplicationContext} that additionally supports AssertJ style assertions. Can
* be used to decorate an
d
existing application context or an application context that
* be used to decorate an existing application context or an application context that
* failed to start.
* <p>
* See {@link ApplicationContextAssertProvider} for more details.
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableReactiveWebApplicationContext.java
View file @
4757ad63
...
...
@@ -23,7 +23,7 @@ import org.springframework.boot.web.reactive.context.ReactiveWebApplicationConte
/**
* A {@link ReactiveWebApplicationContext} that additionally supports AssertJ style
* assertions. Can be used to decorate an
d
existing reactive web application context or an
* assertions. Can be used to decorate an existing reactive web application context or an
* application context that failed to start.
* <p>
* See {@link ApplicationContextAssertProvider} for more details.
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableWebApplicationContext.java
View file @
4757ad63
...
...
@@ -24,7 +24,7 @@ import org.springframework.web.context.WebApplicationContext;
/**
* A {@link WebApplicationContext} that additionally supports AssertJ style assertions.
* Can be used to decorate an
d
existing servlet web application context or an application
* Can be used to decorate an existing servlet web application context or an application
* context that failed to start.
* <p>
* See {@link ApplicationContextAssertProvider} for more details.
...
...
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