public class UnmockResponseCreator
extends java.lang.Object
implements org.springframework.test.web.client.ResponseCreator
| Constructor and Description |
|---|
UnmockResponseCreator(io.unmock.core.UnmockOptions unmockOptions) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpResponse |
createResponse(org.springframework.http.client.ClientHttpRequest request) |
java.util.List<java.lang.String> |
getStories() |
public UnmockResponseCreator(io.unmock.core.UnmockOptions unmockOptions)
throws java.io.IOException
java.io.IOException@NotNull public java.util.List<java.lang.String> getStories()
public org.springframework.http.client.ClientHttpResponse createResponse(org.springframework.http.client.ClientHttpRequest request)
throws java.io.IOException
createResponse in interface org.springframework.test.web.client.ResponseCreatorjava.io.IOException