Interface TestConfig.RestAssured
- Enclosing interface:
TestConfig
public static interface TestConfig.RestAssured
-
Method Summary
Modifier and TypeMethodDescriptionbooleanEnable logging of both the request and the response if REST Assureds test validation fails
-
Method Details
-
enableLoggingOnFailure
@WithDefault("true") boolean enableLoggingOnFailure()Enable logging of both the request and the response if REST Assureds test validation fails
-