Browse Source
Add resolveWithServerWebExchange() test method to verify that expression value resolution works correctly when a ServerWebExchange is provided to the resolver. The test creates a custom MockServerWebExchange instance and confirms that @Value expressions are properly resolved. The test follows the existing pattern established by resolveSystemProperty() and ensures the ExpressionValueMethodArgumentResolver functions properly in reactive WebFlux contexts with ServerWebExchange instances. Signed-off-by: albonidrizi <albonidrizi@gmail.com>pull/36014/head
1 changed files with 22 additions and 2 deletions
Loading…
Reference in new issue