862 Commits (60cd73e97cdc817c211ad847bb617ca9fc67e575)

Author SHA1 Message Date
Sam Brannen 402046f3c7 Polish data buffer allocation tests 7 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 7 years ago
Phillip Webb aa69703f3b Fix LinkedCaseInsensitiveMap collection methods 7 years ago
Sam Brannen 30cff46e7f Prevent improper use of testing framework APIs 7 years ago
Sam Brannen 333711fd36 Convert XmlValidationModeDetectorTests to JUnit Jupiter and AssertJ 7 years ago
Sam Brannen 961010055e Support trailing comment in DTD declaration in XML config 7 years ago
Sam Brannen 591995ecc8 Polish and revive disabled tests 7 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 7 years ago
Rossen Stoyanchev c8f430ee91 Change package used to test path matching 7 years ago
Sam Brannen aeb857c3ba Polish ClassUtilsTests 7 years ago
Sam Brannen f37ec90f2f Consider Void.class a primitive wrapper in ClassUtils 7 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 7 years ago
Arjen Poutsma 702dad6cec Fix ConcurrentModificationException 7 years ago
Sam Brannen c004ef888c Configure index in @ParameterizedTest display names 7 years ago
Sam Brannen b173a93e72 Verify PathMatchingResourcePatternResolver finds local files with # in name 7 years ago
Sam Brannen bfbe84d1c6 Apply fudge factor on both ends of the spectrum in StopWatchTests 7 years ago
Sam Brannen aa6e762dcf Re-enable shadowed, overridden @Test methods 7 years ago
Sam Brannen fab96cad67 Use default visibility for test classes and methods in spring-core 7 years ago
Sam Brannen 4386bf05de Delete obsolete interface 7 years ago
Sam Brannen 74ccfe3533 Polish Spring's internal TestGroup support 7 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 7 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 7 years ago
Sam Brannen 3df85c783f Migrate parameterized tests in spring-core 7 years ago
Sam Brannen 32cc32f9a7 Migrate test suite from JUnit 4 to JUnit Jupiter 7 years ago
Sam Brannen fcbca7d569 Remove obsolete references to JUnit 4's ArrayComparisonFailure 7 years ago
Sam Brannen 56c1e8ffd2 Polishing 7 years ago
Sam Brannen a532afb15d Use System.nanoTime() in StopWatch 7 years ago
Sam Brannen a43ba052e9 Remove unnecessary loop in SerializableTypeWrapper 7 years ago
Sam Brannen 83956f8e8b Overhaul StopWatchTests 7 years ago
Sam Brannen 03dd45fbd6 Use AssertJ in AnnotationAttributesTests 7 years ago
Sam Brannen a092dc055e Check for instanceof Throwable in AnnotationAttributes#assertNotException 7 years ago
Phillip Webb 62a3e41473 Deprecate mutable methods of MethodParameter 7 years ago
Sam Brannen de3c115614 Fix bug in TYPE_HIERARCHY_AND_ENCLOSING_CLASSES strategy 7 years ago
Sam Brannen b03dd47598 Remove duplicate assertion 7 years ago
Phillip Webb 17518ecbbe Add TYPE_HIERARCHY_AND_ENCLOSING_CLASSES strategy 7 years ago
Phillip Webb a6021cc968 Rename SearchStrategy.EXHAUSTIVE to TYPE_HIERARCHY 7 years ago
Juergen Hoeller 4f3b89e907 Adapt MethodParameterTests to AssertJ usage on master 7 years ago
Juergen Hoeller 9a36027ae1 MethodParameter.equals checks nesting level and containing class 7 years ago
Johnny Lim bccc7a62f4 Remove duplicate assertion in matchWithNullPath() 7 years ago
Sam Brannen a3c7ae2c58 Polish contribution 7 years ago
stsypanov 1d6e44ab04 Use StringJoiner where possible to simplify String joining 7 years ago
Juergen Hoeller 209c8505e6 Align forRawClassAssignableFromTypeVariable with 5.1 assertion style 7 years ago
Juergen Hoeller 69d3e89814 Polishing 7 years ago
Phillip Webb e5bef10d85 Fix ResolvableType raw class isAssignable checks 7 years ago
Arjen Poutsma 090bfa63a1 Add DataBuffer::toString(Charset) 7 years ago
Arjen Poutsma c8704ce473 Introduce DataBufferWrapper 7 years ago
Sam Brannen 7779aa3487 Polish contribution 7 years ago
Scheidter,Ryan 84200f3141 Treat null path as non-matching pattern in AntPathMatcher 7 years ago
Arjen Poutsma 09572e7b60 Removed DataBufferUtils::split 7 years ago
Sebastien Deleuze ca75c2843a Upgrade to Coroutines 1.3.0-M2 7 years ago