This commit is contained in:
Brian Westrich
2015-03-14 07:43:02 -05:00
parent abd7052b16
commit 27b57ec332

View File

@@ -3860,7 +3860,7 @@ an issue.
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
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.
[[spring-mvc-test-server-performing-requests]]