Browse Source

Merge pull request #755 from bwestrich/master

* pull755:
  fix typo
pull/756/merge
Stephane Nicoll 11 years ago
parent
commit
66ec5ea2d1
  1. 2
      src/asciidoc/testing.adoc

2
src/asciidoc/testing.adoc

@ -3860,7 +3860,7 @@ an issue.
Just like with integration vs unit testing, there is no right or wrong answer. Using the Just like with integration vs unit testing, there is no right or wrong answer. Using the
"standaloneSetup" does imply the need for some additional "webAppContextSetup" tests to "standaloneSetup" does imply the need for some additional "webAppContextSetup" tests to
verify the Spring MVC configuration. Alternatively, you can decide write all tests with verify the Spring MVC configuration. Alternatively, you can decide to write all tests with
"webAppContextSetup" and always test against actual Spring MVC configuration. "webAppContextSetup" and always test against actual Spring MVC configuration.
[[spring-mvc-test-server-performing-requests]] [[spring-mvc-test-server-performing-requests]]

Loading…
Cancel
Save