提交 7fe3d25a 编写于 作者: 如梦技术's avatar 如梦技术 🐛

ResponseSpec 添加 isNotOk 用于重试断言。

上级 df832134
......@@ -61,6 +61,15 @@ public interface ResponseSpec {
return false;
}
/**
* Returns the HTTP is not successful.
*
* @return boolean
*/
default boolean isNotOk() {
return !isOk();
}
/**
* Returns the is Redirect.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册