是否有办法针对基于http.status
的以下场景测试选择路由器?我正在寻找一种方法来测试路由器的第一个条件
<flow>
<choice>
<when expression="#[message.inboundProperties['http.status'] !=201">
......
<otherwise>
.....
</otherwise>
</choice>
</flow>
我想验证HTTP端点是否可以正确处理javax.ws.rs.core.Response
。
答案 0 :(得分:1)
流没有入站端点(因此它是私有流)所以要测试它