Introduce MockRestServiceServer builder
MockRestServiceServer now provides static methods for builder-style creation of MockRestServiceServer. This includes an option ignore the order of declaration expected requests. Issue: SPR-11365
This commit is contained in:
@@ -36,7 +36,7 @@ import static org.springframework.test.web.client.response.MockRestResponseCreat
|
||||
*/
|
||||
public class OrderedRequestExpectationManagerTests {
|
||||
|
||||
private OrderedRequestExpectationManager manager = new OrderedRequestExpectationManager();
|
||||
private SimpleRequestExpectationManager manager = new SimpleRequestExpectationManager();
|
||||
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user