750 Commits (09f16747b582faf12598c63e929a0e8a48be4317)

Author SHA1 Message Date
Sam Brannen 634d1c03a3 Introduce @EnabledIf support for JUnit Jupiter 9 years ago
Juergen Hoeller ab9fea6b8d Polishing 9 years ago
Juergen Hoeller 03609c1518 Consistent comma splitting without regex overhead 9 years ago
Sam Brannen b6220cc19d Trim expressions supplied to @DisabledIf 9 years ago
Sam Brannen d6d05e8ca0 Remove trailing whitespace in Java source code 9 years ago
Sam Brannen 9d21abcd37 Introduce dedicated tests for DisabledIfCondition 9 years ago
Sam Brannen 54d6f250e2 Disallow empty expression in @DisabledIf 9 years ago
Juergen Hoeller 728a548199 Consistent use of JDK 7 AssertionError with root cause 9 years ago
Sam Brannen 19369094ac Revise @DisabledIf support for JUnit Jupiter 9 years ago
Tadaya Tsuyukubo c03f6c6d85 Introduce @DisabledIf annotation for JUnit 5 9 years ago
Juergen Hoeller dfdfd72a3e Polishing 9 years ago
Rossen Stoyanchev 7fdb892042 Support target type in JsonPath assertions 9 years ago
Sam Brannen 5998a297ce Simplify exception handling in JsonPathExpectationsHelper 9 years ago
Juergen Hoeller 14046575b0 Polishing 9 years ago
Rob Winch 966baea910 Fix HtmlUnitRequestBuilder merge 9 years ago
Juergen Hoeller 6157fad91f PersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm 9 years ago
Juergen Hoeller eeeab27f1f Polishing 9 years ago
Juergen Hoeller 59a24b406a Polishing 9 years ago
Juergen Hoeller a4b6682c3e Consistent spelling for StandaloneMockMvcBuilder's addPlaceholderValue 9 years ago
Juergen Hoeller 8acceba641 Polishing 9 years ago
Juergen Hoeller eae079ac2b Polishing 9 years ago
Juergen Hoeller 47e9360d62 MockClientHttpResponse closes body stream on close() 9 years ago
Juergen Hoeller e03dea1d64 Polishing 9 years ago
Sam Brannen 2a3e62ddfc Delete unused imports in spring-test 9 years ago
Marius Grama 3635c9dbfe Update xmlunit library to version 2.1.0 9 years ago
Juergen Hoeller 99be15f58b Revise encoding steps towards use of JDK Charset and StandardCharsets 9 years ago
Juergen Hoeller aaac199e8b Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate 9 years ago
Juergen Hoeller f0c397e4e2 Comprehensive Servlet 3.1 support in spring-web and spring-test 9 years ago
Sam Brannen fd008405a1 Note in TEL: before/after test exec. callbacks don't work w/ JUnit 4 rules 9 years ago
Sam Brannen 3fa88c2b56 Document suppressed exception support in TestContextManager 9 years ago
Sam Brannen adfea826cc Configure JUL/log4j for JUnit 5 in spring-test 9 years ago
Sam Brannen 833deadddc Ensure test fails for the correct reason 9 years ago
Sam Brannen 7ec85a3c3b Support suppressed exceptions in the TestContext framework 9 years ago
Sam Brannen 5f176f50d3 Polishing 9 years ago
Sam Brannen 6162e30f3c Clean up warnings in AsyncTests 9 years ago
Rossen Stoyanchev 01a63dd84d Polish AsyncTests 9 years ago
Vladimir L 7da63c57b3 tests for asynchronous processing if controller returns StreamingResponseBody 9 years ago
Sam Brannen 68b3bc0394 Use Supplier<String> support in Assert in spring-test 9 years ago
Sam Brannen 80018c67e7 Introduce before/after test execution support in the SpringExtension 9 years ago
Sam Brannen da89332840 Introduce before/after test execution support in SpringJUnit4ClassRunner 9 years ago
Sam Brannen 3da5fbe995 Introduce before/after test execution support in AbstractTestNGSpringContextTests 9 years ago
Sam Brannen 087efa668c Introduce before/after test execution callbacks in TestContextManager 9 years ago
Sam Brannen 5302566cbb Introduce before/after test execution callbacks in TestExecutionListener 9 years ago
Sam Brannen 629b95bd5c Ensure TestContextManager always tracks after-class exception 9 years ago
Sam Brannen 966d951329 Remove deprecated @TransactionConfiguration & TxCfgAttributes 9 years ago
Sam Brannen 57c43f4273 Delete unused import 9 years ago
Sam Brannen d6d4251550 Utilize default methods in TestExecutionListener 9 years ago
Sam Brannen a0cad5c48f Use streams and lambdas in spring-test where feasible 9 years ago
Sam Brannen 8fff1c2ac0 Polishing 9 years ago
Sam Brannen 80216c243d Annotate ContextCustomizer[Factory] with @FunctionalInterface 9 years ago