You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Framework 6.2 introduces an AssertJ support for MockMvc that also provides a fluent API to compose the request. Given that we're auto-configuring a MockMvc instance in certain circumstances, we should extend that to support the tester as well (which wraps it).
The text was updated successfully, but these errors were encountered:
Spring Framework 6.2 introduces an AssertJ support for
MockMvc
that also provides a fluent API to compose the request. Given that we're auto-configuring aMockMvc
instance in certain circumstances, we should extend that to support the tester as well (which wraps it).The text was updated successfully, but these errors were encountered: