类 SimpleRequestExpectationManager

  • 所有已实现的接口:
    RequestExpectationManager

    public class SimpleRequestExpectationManager
    extends AbstractRequestExpectationManager
    Simple RequestExpectationManager that matches requests to expectations sequentially, i.e. in the order of declaration of expectations.

    When request expectations have an expected count greater than one, only the first execution is expected to match the order of declaration. Subsequent request executions may be inserted anywhere thereafter.

    从以下版本开始:
    4.3
    作者:
    Rossen Stoyanchev, Juergen Hoeller