类 AbstractRequestExpectationManager

java.lang.Object
cn.taketoday.test.web.client.AbstractRequestExpectationManager
所有已实现的接口:
RequestExpectationManager
直接已知子类:
SimpleRequestExpectationManager, UnorderedRequestExpectationManager

public abstract class AbstractRequestExpectationManager extends Object implements RequestExpectationManager
Base class for RequestExpectationManager implementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.

Subclasses are responsible for validating each request by matching it to to expectations following the order of declaration or not.

从以下版本开始:
4.0
作者:
Rossen Stoyanchev, Juergen Hoeller, Harry Yang