From 4eaeaf300aacfd5e0d7ece221f28305ccc93f687 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 23 Aug 2019 16:34:20 +0200 Subject: [PATCH] ReflectionTestUtils static method support --- What's-New-in-Spring-Framework-5.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/What's-New-in-Spring-Framework-5.x.md b/What's-New-in-Spring-Framework-5.x.md index f229cdf..66d335b 100644 --- a/What's-New-in-Spring-Framework-5.x.md +++ b/What's-New-in-Spring-Framework-5.x.md @@ -64,7 +64,7 @@ _This document provides a summary of features and changes in Spring Framework [5 * New [`publishEvent()`](https://docs.spring.io/spring/docs/5.2.0.RC1/javadoc-api/org/springframework/test/context/TestContext.html#publishEvent-java.util.function.Function-) method for simplified `ApplicationEvent` publication. * `MockMvcResultMatchers.jsonPath()` now supports a target type. * [MockMvc Kotlin DSL](https://docs.spring.io/spring/docs/5.2.0.RC1/spring-framework-reference/languages.html#mockmvc-dsl) - +* `ReflectionTestUtils` supports the invocation of `static` methods via new [`invokeMethod()`](https://docs.spring.io/spring/docs/5.2.0.RC1/javadoc-api/org/springframework/test/util/ReflectionTestUtils.html) variants. ## What's New in Version 5.1