1800 Commits (c040cd7b052c1dd0a0382e9214595e2477e7423b)

Author SHA1 Message Date
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
Sam Brannen aaa2d21058 Polish TestPropertySourceUtils 4 years ago
Sam Brannen b8b854db8c Discover @Sql annotations on enclosing class for nested test class 4 years ago
Sam Brannen 2eee56d0e2 Polish TestPropertySourceUtils 4 years ago
Sam Brannen a271a0a2bf Ignore @NestedTestConfiguration on enclosing class for nested interface 4 years ago
Sam Brannen 69af56c4e9 Polish MetaAnnotationUtils 4 years ago
Sam Brannen e5ae2cb0fe Support Propagation.NEVER for disabling test-managed transactions 4 years ago
Sam Brannen 4a608e97dc Cross reference @NestedTestConfiguration and supported annotations 4 years ago
Sam Brannen 74c2df43cc Improve Javadoc for @NestedTestConfiguration 4 years ago
Sam Brannen 0af09e076b Make default @NestedTestConfiguration mode configurable 4 years ago
Juergen Hoeller 7f365942a5 Nullability refinements and related polishing 4 years ago
Juergen Hoeller e176c4e799 Polishing 4 years ago
Sam Brannen fbb3c5cce7 Switch the default @NestedTestConfiguration mode to INHERIT. 4 years ago