72 Commits (4da7e304b86c9528d05b51b02459ee071b65e68a)

Author SHA1 Message Date
Rossen Stoyanchev 7bab879623 Fix issue with xpath assertions in Spring Test MVC 13 years ago
Rossen Stoyanchev 2a15b5a895 Enable asyncSupported flag in Spring Test MVC 13 years ago
Rossen Stoyanchev 9bc4663ead Add accept(String) method to mock request builder 13 years ago
Sam Brannen d5a5a4894f Add header name to ex. msg in HeaderResultMatchers 13 years ago
Rob Winch 9468548116 Add @Override to remaining source files 13 years ago
Juergen Hoeller 2a44228b98 Consistent use of <pre class="code"> 13 years ago
Juergen Hoeller 527776cde4 Removed JDK 8 workaround (not necessary anymore with build 88) 13 years ago
Juergen Hoeller f91be88f8c Temporary workaround for JDK 8 test compilation/execution problem 13 years ago
Juergen Hoeller 19f783bdd7 Fixed general test suite problems found during OpenJDK 8 upgrade 13 years ago
Juergen Hoeller cf93d38c56 Added "destroyBean(Object)" method to AutowireCapableBeanFactory 13 years ago
Juergen Hoeller deba32cad9 Upgraded all Servlet API mocks to Servlet 3.0 (with a little bit of Servlet 3.1 support in MockHttpServletResponse) 13 years ago
Rossen Stoyanchev 3654a620fb Disable AsyncTests in spring-test-mvc 13 years ago
Rossen Stoyanchev eefd1c4ca6 Add context hierarchy tests to Spring MVC Test 13 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 13 years ago
Wesley Hall fbac428e23 Fix DefaultMockMvcBuilder fluent API generic type 13 years ago
Rossen Stoyanchev eda53ec1d8 Allow merge of MockMultipart- w/ Mock- request builder 13 years ago
Rossen Stoyanchev b47d97c23a Improve error message for JSON path expressions 13 years ago
Arnaud Cogoluègnes ccca82be1b Make StandaloneMockMvcBuilder interface consistent 13 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 13 years ago
Sam Brannen 33ee0ea4a6 Fix broken test in ContentAssertionTests 13 years ago
Rossen Stoyanchev b2d6596901 Add contentTypeCompatibleWith option to Spring MVC Test 13 years ago
Chris Beams 74137794da Polish changes from pull request #205 13 years ago
Sam Brannen 18bf860c27 Update Javadoc for MockMvc 13 years ago
Chris Beams 0829cbfdd3 Update license header for recently modified files 13 years ago
Arnaud Cogoluègnes a56d8f28fe Add support for HTTP OPTIONS in Spring MVC Test 13 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 13 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 13 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 13 years ago
Chris Beams 4d97ff2479 Fix [dep-ann] warnings with @Deprecated 13 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 13 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 13 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 13 years ago
Craig Walls ccb1153440 Fix JavaDoc in MockRestServiceServer 13 years ago
Craig Walls bf8a33902f Fix JavaDoc in MockRestServiceServer 13 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 13 years ago
Phillip Webb c8a3562933 Update test tiles.xml files to use v3 DTD 13 years ago
Sam Brannen a436a57503 Move tests to spring-test module 13 years ago
Rossen Stoyanchev 3643d92cb8 Fix issue with creating ServletRequestAttributes 13 years ago
Sam Brannen 69ace01640 Clean up warnings in spring-test 13 years ago
Rossen Stoyanchev 31cb14e03a Remove Spring Security sample tests in spring-test-mvc 13 years ago
Sam Brannen ffd040b8d2 Javadoc in MockMvcClientHttpRequestFactoryTests 13 years ago
Rossen Stoyanchev 9643ff3f1d Polish StandaloneMockMvcBuilder 13 years ago
Rob Winch 157a1d6ee2 Rename MvcAsyncTask to WebAsyncTask 13 years ago
Rossen Stoyanchev 79edf627db Fix failing test from last commit 13 years ago
Rossen Stoyanchev 3a50dafc90 Add MockMvcClientHttpRequestFactory 13 years ago
Rossen Stoyanchev f30d33d32e Add spring-test-mvc tests with Spring HATEOAS links 13 years ago
Rossen Stoyanchev 92ca8b32fb Add DefaultMvcResultTests 13 years ago
Rossen Stoyanchev f8bf577eff Fix failures in PrintingResultHandlerTests 13 years ago
Rossen Stoyanchev 8afcf717e2 Fix failing test from previous commit 13 years ago
Rossen Stoyanchev 1f2e89e3ed Print async result in Spring MVC Test ResultHandler 13 years ago