Overview

Commit dd9b99e13d6b30462fb168799e6bbca1456123da introduced ResultActions.andExpectAll() to support soft assertions in MockMvc.

ResultActionsDsl.kt already has support for andExpect().

Related Issues

  • 27318

Deliverables

  • [x] Introduce Kotlin support for ResultActions.andExpectAll() in ResultActionsDsl.kt. => #29727
  • [x] Add a Kotlin example using andExpectAll() in the reference manual alongside the Java example introduced in dd9b99e13d6b30462fb168799e6bbca1456123da. => #29766

Comment From: sbrannen

  • Superseded by #29727