Browse Source

Merge pull request #18288 from izeye

* pr/18288:
  Fix a broken Asciidoctor syntax

Closes gh-18288
pull/18295/head
Stephane Nicoll 6 years ago
parent
commit
db44d734f8
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

4
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -6039,8 +6039,8 @@ Testing within a mocked environment is usually faster than running with a full S @@ -6039,8 +6039,8 @@ Testing within a mocked environment is usually faster than running with a full S
However, since mocking occurs at the Spring MVC layer, code that relies on lower-level Servlet container behavior cannot be directly tested with MockMvc.
For example, Spring Boot's error handling is based on the "`error page`" support provided by the Servlet container.
This means that, whilst you can test your MVC layer throws and handles exceptions as expected, you cannot directly test that a specific <<#boot-features-error-handling-custom-error-pages, custom error page>> is rendered.
If you need to tests these lower-level concerns, you can start a fully running server as described in the next section.
This means that, whilst you can test your MVC layer throws and handles exceptions as expected, you cannot directly test that a specific <<boot-features-error-handling-custom-error-pages, custom error page>> is rendered.
If you need to test these lower-level concerns, you can start a fully running server as described in the next section.
====

Loading…
Cancel
Save