Update link to ReflectionTestUtils

master
Sam Brannen 7 years ago
parent
commit
2d4264eb5a
  1. 2
      What's-New-in-Spring-Framework-5.x.md

2
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 @@ -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.
* `ReflectionTestUtils` supports the invocation of `static` methods via new [`invokeMethod()`](https://docs.spring.io/spring/docs/5.2.0.BUILD-SNAPSHOT/javadoc-api/org/springframework/test/util/ReflectionTestUtils.html#invokeMethod-java.lang.Class-java.lang.String-java.lang.Object...-) variants.
## What's New in Version 5.1

Loading…
Cancel
Save