Package | Description |
---|---|
io.restassured.module.mockmvc.internal | |
io.restassured.module.mockmvc.specification |
Modifier and Type | Method and Description |
---|---|
MockHttpServletRequestBuilderInterceptor |
MockMvcRequestSpecificationImpl.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
MockMvcRequestSpecification |
MockMvcRequestSpecificationImpl.interceptor(MockHttpServletRequestBuilderInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
MockMvcRequestSpecification |
MockMvcRequestSpecification.interceptor(MockHttpServletRequestBuilderInterceptor interceptor)
Intercept the
MockHttpServletRequestBuilder created by REST Assured before it's
used to perform the request. |
MockMvcRequestSpecBuilder |
MockMvcRequestSpecBuilder.setMockHttpServletRequestBuilderInterceptor(MockHttpServletRequestBuilderInterceptor interceptor)
The mock mvc instance to use.
|
Copyright © 2010–2023. All rights reserved.