1930 Commits (3477ec0a35c5d19d55431f756cc9c6056ee788da)

Author SHA1 Message Date
Sam Brannen 836976d732 Increase fudge factor 4 years ago
Rossen Stoyanchev c52526ad42 Fix in MockMultipartHttpServletRequest#getMultipartHeaders 4 years ago
Sam Brannen 1a3ff83157 Remove obsolete code in HeaderValueHolder 4 years ago
Sam Brannen c19b2851f1 Ignore null Locale in MockHttpServletResponse 4 years ago
Sam Brannen 3b4a3431d4 Ignore null header value in MockHttpServletResponse 4 years ago
Rossen Stoyanchev f22e2ac578 Add HttpServletMapping support to MockHttpServletRequest 4 years ago
Sam Brannen cd9d562129 Check thread count in ParallelApplicationEventsIntegrationTests 4 years ago
Sam Brannen 4a7a2258f9 Unwrap proxied DataSources in SqlScriptsTestExecutionListener 4 years ago
Rossen Stoyanchev 584dabbb39 Add all non-file parts as request parameters 4 years ago
Rossen Stoyanchev 35225e5794 Add verify(Duration) to MockRestServiceServer 4 years ago
Rossen Stoyanchev a1cf6bbc37 Avoid wrapping of AssertionError in ExchangeResult 4 years ago
Rossen Stoyanchev fb2e53276c Assert WebFlux present for WebTestClient 4 years ago
Sam Brannen ee41ebc1ab Polish MockMvcReuseTests 4 years ago
Sam Brannen 885f6dbab9 Ensure ParallelApplicationEventsIntegrationTests passes on CI server 4 years ago
Sam Brannen 1565f4b83e Introduce ApplicationEvents to assert events published during tests 4 years ago
Juergen Hoeller fbd2ffdd23 Consistent declarations and assertions in MockMultipartFile 4 years ago
Sam Brannen b3a47c76f8 Introduce TestContextAnnotationUtils.hasAnnotation() 4 years ago
Sam Brannen 1292947f78 Introduce computeAttribute() in AttributeAccessor 4 years ago
Rossen Stoyanchev bcfbde9848 Parse parts in MockMultipartHttpServletRequestBuilder 4 years ago
Rossen Stoyanchev d82cb15439 Ensure both mock files and parts can be provided 4 years ago
Sébastien Deleuze 0fd6c100a6 Polishing 4 years ago
Sam Brannen 0819a9fcc9 Discover @DynamicPropertySource methods on enclosing test classes 4 years ago
Sam Brannen 1b0be5862d Polishing 4 years ago
Sam Brannen 48af36c6fa Ensure test() conditions in JUnit TestKit match method names 4 years ago
Sam Brannen 3851b291da Use MethodFilter.and() in TransactionalTestExecutionListener 4 years ago
Sam Brannen fc5e3c335f Introduce and() methods in MethodFilter & FieldFilter for composition 4 years ago
Sam Brannen b019f30a15 Validate that test & lifecycle methods are not @Autowired 4 years ago
Juergen Hoeller bd2640a9d6 Strict nullability for field assignment 4 years ago
Sam Brannen b077e4cd85 Use MergedAnnotationCollectors again in TestContextAnnotationUtils 4 years ago
Sam Brannen 68934f1b79 Use TYPE_HIERARCHY strategy in AnnoDescr.findAllLocalMergedAnnotations() 4 years ago
Sam Brannen 5628c8cd63 Polish ActiveProfilesUtils 4 years ago
Sam Brannen acbbf61be8 Preserve registration order in @ActiveProfiles 4 years ago
Sam Brannen 9c2fd0bd05 Document @DynamicPropertySource use cases that require @DirtiesContext 4 years ago
Sam Brannen fc9650a9a6 Finalize API for TestContextAnnotationUtils 4 years ago
Sam Brannen 82fa3f3fc1 Reinstate tests for deprecated MetaAnnotationUtils 4 years ago
Juergen Hoeller 0aa3205e38 Fix nullability warnings 4 years ago
Sébastien Deleuze d04c5f8b2c Support multiple matchers in MockMvc Kotlin DSL 4 years ago
Sam Brannen ada255d584 Ignore duplicate config metadata for cache key in TestContext framework 4 years ago
Sam Brannen 449377908f Fix JUnit 4 to AssertJ migration bugs 4 years ago
Sam Brannen b1fef925af Cache DefaultActiveProfilesResolver instance since it is stateless 4 years ago
Sam Brannen 9287c15583 Simplify implementation of DefaultActiveProfilesResolver 4 years ago
Sam Brannen c840ba9989 Avoid cache miss for @ActiveProfiles w/ same profiles but different order 4 years ago
Sébastien Deleuze a3fcfc5d2a Add SAM conversion example for MockMvcResultHandlersDsl.handle() 4 years ago
Sam Brannen 1247e4a0e8 Use new ConcurrentLruCache#clear() method in TestContextAnnotationUtils 4 years ago
Sam Brannen 1a50732daa Attempt to fix failing CI builds 4 years ago
Sam Brannen 1c82ba425b Reduce surface area of public API for AnnotationDescriptor types 4 years ago
Sam Brannen 946e5c9bbf Delete trailing whitespace 4 years ago
Sam Brannen af4d68b1a5 Cache default EnclosingConfiguration mode in TestContextAnnotationUtils 4 years ago
Sam Brannen f2eb67373a Polish TestContextAnnotationUtils 4 years ago
Sam Brannen 8d86d61f9f Introduce TestContextAnnotationUtils to avoid package cycles 4 years ago