接口 XpathRequestMatchers.XpathRequestMatcher

所有超级接口:
RequestMatcher
封闭类:
XpathRequestMatchers
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface private static interface XpathRequestMatchers.XpathRequestMatcher extends RequestMatcher
Functional interface for XPath RequestMatcher implementations.
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
    match(cn.taketoday.http.client.ClientHttpRequest request)
    Match the given request against specific expectations.
    void
     
  • 方法详细资料

    • match

      default void match(cn.taketoday.http.client.ClientHttpRequest request)
      从接口复制的说明: RequestMatcher
      Match the given request against specific expectations.
      指定者:
      match 在接口中 RequestMatcher
      参数:
      request - the request to make assertions on
    • matchInternal

      void matchInternal(MockClientHttpRequest request) throws Exception
      抛出:
      Exception