接口 XpathRequestMatchers.XpathRequestMatcher
- 所有超级接口:
RequestMatcher
- 封闭类:
- XpathRequestMatchers
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface
private static interface XpathRequestMatchers.XpathRequestMatcher
extends RequestMatcher
Functional interface for XPath
RequestMatcher implementations.-
方法概要
修饰符和类型方法说明default voidmatch(cn.taketoday.http.client.ClientHttpRequest request) Match the given request against specific expectations.voidmatchInternal(MockClientHttpRequest request)
-
方法详细资料
-
match
default void match(cn.taketoday.http.client.ClientHttpRequest request) 从接口复制的说明:RequestMatcherMatch the given request against specific expectations.- 指定者:
match在接口中RequestMatcher- 参数:
request- the request to make assertions on
-
matchInternal
- 抛出:
Exception
-