Uses of Class
kong.unirest.core.MockConfig
-
Packages that use MockConfig Package Description kong.unirest.core -
-
Uses of MockConfig in kong.unirest.core
Fields in kong.unirest.core declared as MockConfig Modifier and Type Field Description private MockConfig
MockResponse. mockConfig
Methods in kong.unirest.core that return MockConfig Modifier and Type Method Description MockConfig
MockResponse. config()
get the MockConfig for this MockResponseMethod parameters in kong.unirest.core with type arguments of type MockConfig Modifier and Type Method Description MockResponse<T>
MockResponse. withConfigOptions(java.util.function.Consumer<MockConfig> c)
Set some options on the current MockConfig.Constructors in kong.unirest.core with parameters of type MockConfig Constructor Description MockResponse(int status, java.lang.String statusText, T body, MockConfig config)
Construct a mock Response
-