类的使用
org.springframework.test.web.client.AbstractRequestExpectationManager
使用AbstractRequestExpectationManager的程序包 程序包 说明 org.springframework.test.web.client Contains client-side REST testing support.org.springframework.test.web.client中AbstractRequestExpectationManager的使用
org.springframework.test.web.client中AbstractRequestExpectationManager的子类 修饰符和类型 类 说明 classSimpleRequestExpectationManagerSimpleRequestExpectationManagerthat matches requests to expectations sequentially, i.e. in the order of declaration of expectations.classUnorderedRequestExpectationManagerRequestExpectationManagerthat matches requests to expectations regardless of the order of declaration of expected requests.