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.and()
          Syntactic sugar.
 LogConfig LogConfig.defaultStream(PrintStream printStream)
          Specify a new default stream to the print to.
 LogConfig LogConfig.enablePrettyPrinting(boolean shouldEnable)
          Specify a whether or not to enable pretty printing by default.
 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, EncoderConfig encoderConfig, DecoderConfig decoderConfig, SessionConfig sessionConfig)
          Create a new RestAssuredConfiguration with the supplied RedirectConfig, HttpClientConfig, LogConfig, EncoderConfig, DecoderConfig and SessionConfig.
 



Copyright © 2010-2012. All Rights Reserved.