Uses of Class
io.restassured.module.spring.commons.config.AsyncConfig
Packages that use AsyncConfig
-
Uses of AsyncConfig in io.restassured.module.spring.commons.config
Methods in io.restassured.module.spring.commons.config that return AsyncConfigModifier and TypeMethodDescriptionstatic AsyncConfigAsyncConfig.asyncConfig()Just syntactic sugar.SpecificationConfig.getAsyncConfig()AsyncConfig.timeout(long timeoutInMs) Specify the timeout for the async request in milliseconds.Specify the timeout for the async request in milliseconds.AsyncConfig.with()Just syntactic sugar to make the DSL more english like.static AsyncConfigAsyncConfig.withTimeout(long duration, TimeUnit timeUnit) Methods in io.restassured.module.spring.commons.config with parameters of type AsyncConfig