1958 Commits (0a4f290f0fa231bed7d51b20021c2dd31c20cc2f)

Author SHA1 Message Date
Simon Baslé 0e69bac7b0 Polish 0cfbf60: fix a test for Java 8 compatibility 3 years ago
Simon Baslé 0cfbf6036c Rename MockMVC matcher methods to prevent regression in user tests 3 years ago
Sam Brannen 3ddf183922 Update copyright headers 3 years ago
Sam Brannen 40fef7b232 Fix Javadoc for MockRestRequestMatchers 3 years ago
Sam Brannen 423134f64c Revise queryParam() and header() support in MockRestRequestMatchers 3 years ago
Sam Brannen 574c10d219 Polishing 3 years ago
Johnny Lim 2b4b947050 Fix Javadoc since for MockRestRequestMatchers queryParam() and header() (#29986) 3 years ago
Juergen Hoeller 4993b1090a Polishing 3 years ago
Simon Baslé 7f2c93fa1f Allow MockRest to match header/queryParam value list with one Matcher 3 years ago
Johnny Lim 4c351e811a Polish 3 years ago
Sam Brannen 9067ccab2d Update copyright headers 3 years ago
Manthan Bhatt 4e00aece7a Restrict forwards in MockMvcWebConnection to 100 3 years ago
Sam Brannen c9841f37b6 Revise Testcontainers examples based on feedback 3 years ago
Johnny Lim 92d513e9fb Add MockMvc.multipart() Kotlin extensions with HttpMethod 3 years ago
Sam Brannen 782ee34cb7 Update @DynamicPropertySource examples regarding changes in Testcontainers 3 years ago
Sam Brannen 933474000b Polishing 3 years ago
Sam Brannen 41a6b7ec20 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 8e64701cb7 Fix Javadoc formatting issue in TestSocketUtils 3 years ago
Sam Brannen 698f8995f7 Revise TestSocketUtils and tests 3 years ago
Chris Bono ee51dab1f3 Introduce TestSocketUtils as a replacement for SocketUtils 3 years ago
Juergen Hoeller d7d44c6c51 Polishing 3 years ago
Sam Brannen 5f02323b9c Avoid String allocations with Assert.isTrue() 3 years ago
Sam Brannen a281d8c3fd Polishing 3 years ago
Sam Brannen b71d95df71 Document how to switch to the default set of TestExecutionListeners 3 years ago
Sam Brannen b20de758b2 Support custom status code in ExchangeResult for WebTestClient 3 years ago
Johnny Lim 1c1a0afbed Use AssertJ static imports consistently in 5.3.x 3 years ago
Sam Brannen a599601dd9 Document how to switch to the default set of TestExecutionListeners 3 years ago
Sam Brannen 5eee4673c1 Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource 3 years ago
Marc Wrobel ce49068ff9 Fix links in Javadoc and reference docs 3 years ago
Johnny Lim 5f5d383eeb Fix Javadoc since tag for AbstractGenericWebContextLoader.createContext() 3 years ago
Sam Brannen 2c75eb8745 Support @Nested tests in MockServerContainerContextCustomizerFactory 3 years ago
Sam Brannen 711820ec70 Introduce createContext() factory method in AbstractWebGenericContextLoader 3 years ago
Sam Brannen 69d87f16ee Reorganize internals of DefaultCacheAwareContextLoaderDelegate 3 years ago
Sam Brannen 38f94799f4 Use andExpectAll() in example in MockMvc Javadoc 3 years ago
Sam Brannen 4264d0becd Fix example in MockMvc Javadoc 3 years ago
Marc Wrobel bd3499671c Fix typos in test code 3 years ago
Sam Brannen 31a9694fc8 Improve Javadoc for ContextCache#clearStatistics() 3 years ago
Marc Wrobel 92b8e99cbc Fix and improve Javadoc in spring-test 3 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 4 years ago
Sam Brannen 9ea45697ac Support cookie comments in MockHttpServletResponse and MockCookie 4 years ago
Sam Brannen d6768ccc18 Ensure meta-annotations are not unnecessarily synthesized 4 years ago
Sam Brannen 661996471e Polishing 4 years ago
Sam Brannen fb1fa073a6 Polishing 4 years ago
Sam Brannen e9806a96dc Polish contribution and introduce test 4 years ago
Johnny Lim 9b93508374 Add MockMvcRequestBuilders.multipart(HttpMethod, String, Object...) 4 years ago
rstoyanchev 7c47b470ff MockMvc allows HttpMethod input for multipart request 4 years ago
Sam Brannen 479ef3f3fd Update documentation regarding nested test class support 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Sam Brannen afa799b4f0 Suppress warning in test 4 years ago
rstoyanchev f0d149b330 Polishing contribution 4 years ago