Interface RequestExpectationManager

All Known Implementing Classes:
AbstractRequestExpectationManager, SimpleRequestExpectationManager, UnorderedRequestExpectationManager

public interface RequestExpectationManager
Encapsulates the behavior required to implement MockRestServiceServer including its public API (create expectations + verify/reset) along with an extra method for verifying actual requests.

This contract is not used directly in applications but a custom implementation can be plugged in through the MockRestServiceServer builder.

Since:
4.3
Author:
Rossen Stoyanchev