764 Commits (77da40f006c2eb6b1925d97ef09a94709ca6262e)

Author SHA1 Message Date
Sam Brannen aef67ea6bd Polishing 7 years ago
Sam Brannen 8189c90741 Allow Set-Cookie header to be overwritten in MockHttpServletResponse 7 years ago
Sam Brannen 5ce75f3d08 Support static methods with ReflectionTestUtils.invokeMethod() 7 years ago
Sam Brannen d4360db497 Polish ReflectionTestUtilsTests 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Sam Brannen 05c270d916 Ensure TransactionalSqlScriptsSpringRuleTests is purely JUnit 4 7 years ago
Sam Brannen cf1bf3d98c Polish parameterized tests 7 years ago
Rossen Stoyanchev 008687d5ae Rename body(Object) to bodyValue 7 years ago
Sam Brannen 74ccfe3533 Polish Spring's internal TestGroup support 7 years ago
Sam Brannen 19ed439e4b Avoid Hamcrest 2.x deprecation warnings 7 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 7 years ago
Sam Brannen 163b97f1ff Polish MockMvcWebClientBuilderTests 7 years ago
Sam Brannen 5c1f93d9a6 Migrate spring-test test suite from JUnit 4 to JUnit Jupiter 7 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 7 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 7 years ago
Sam Brannen 5e61e33c66 Introduce SpringTestContextFrameworkTestSuite as a convenience in IDE 7 years ago
Juergen Hoeller 27aaad5a89 Add isTooEarly() method to StatusResultMatchers 7 years ago
Sam Brannen 027fd78306 Further refine @TestPropertySource merged annotation calls 7 years ago
Sam Brannen a37eaf75c4 Verify meta @TestPropertySource overrides meta-meta declaration 7 years ago
Sam Brannen 136af0b164 Overhaul repeatable @TestPropertySource support 7 years ago
Anatoliy Korovin 2e476ca14f Support @TestPropertySource as a repeatable annotation 7 years ago
Sam Brannen c3c152f806 Add multi-prefix comment support for @SqlConfig 7 years ago
Sam Brannen d633cb3ad5 Polish @Sql tests 7 years ago
Sam Brannen 89571ea236 Introduce @SqlMergeMode for configuring @Sql annotation merging 7 years ago
Sam Brannen ab8876219f Polish contribution 7 years ago
asympro d77b715d38 Merge class-level and method-level @Sql declarations 7 years ago
Sam Brannen e92cbe1938 Improve failure messages for redirect/forward in MockMvc 7 years ago
Scheidter,Ryan 84200f3141 Treat null path as non-matching pattern in AntPathMatcher 7 years ago
Sebastien Deleuze adadffe0e1 Improve charset handling in MockHttpServletResponse 7 years ago
Sam Brannen 3cf5db6317 Exclude ParallelExecutionSpringExtensionTests.TestCase from build 7 years ago
Rob Winch fde92793b5 Fix http URLs 7 years ago
Sam Brannen b5fba14ab8 Fix Checkstyle violation 7 years ago
Sam Brannen fc38bb4fc6 Change @TestConstructor.autowire attribute into an enum 7 years ago
Sebastien Deleuze ca75c2843a Upgrade to Coroutines 1.3.0-M2 7 years ago
Sebastien Deleuze 2b4d6ce354 Add body methods with Object parameter to WebFlux 7 years ago
Sam Brannen ef6471fcbf Polish contribution 7 years ago
RustyTheClone 72adc3d37e Support target type in MockMvcResultMatchers.jsonPath() 7 years ago
Sam Brannen dfbf742547 Polishing 7 years ago
Sam Brannen 59d070e12a Test JUnit Jupiter 5.5 @Timeout support with Spring transactions 7 years ago
Sam Brannen e903bf440b Polishing 7 years ago
Ilya Lukyanovich 2ed81be831 Fix MockHttpServletRequest.setCookies to produce single cookie header 7 years ago
Sam Brannen 4f4427f550 Migrate TestNG assertions to AssertJ 7 years ago
Sam Brannen 50cc23ca55 Use the JUnit Platform Test Kit in spring-test 7 years ago
Phillip Webb 6b9160b3ae Restore transaction specific assertions 7 years ago
Sam Brannen 5a1217cafe Migrate JUnit Jupiter assertions to AssertJ 7 years ago
Phillip Webb 82d0e49de9 Inline methods from TransactionTestUtils 7 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 7 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 7 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 7 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 7 years ago