Uses of Class
com.jayway.restassured.config.LogConfig

Packages that use LogConfig
com.jayway.restassured.config   
 

Uses of LogConfig in com.jayway.restassured.config
 

Methods in com.jayway.restassured.config that return LogConfig
 LogConfig LogConfig.defaultStream(PrintStream printStream)
           
 LogConfig RestAssuredConfig.getLogConfig()
           
static LogConfig LogConfig.logConfig()
           
 

Methods in com.jayway.restassured.config with parameters of type LogConfig
 RestAssuredConfig RestAssuredConfig.logConfig(LogConfig logConfig)
          Set the Log config.
 

Constructors in com.jayway.restassured.config with parameters of type LogConfig
RestAssuredConfig(RedirectConfig redirectConfig, HttpClientConfig httpClientConfig, LogConfig logConfig)
          Create a new RestAssuredConfiguration with the supplied RedirectConfig, HttpClientConfig and LogConfig.
 



Copyright © 2010-2011. All Rights Reserved.